Html Css Color HEX #EEE012 Lemon

📋 copy color: '#EEE012'

red 238 ◦ green 224 ◦ blue 18

#EEE012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #EEE012

Tints of Lemon #EEE012

RGB

 RED value IS 238 (93.36% from 255) = 49.58%

 GREEN value IS 224 (87.89% from 255) = 46.67%

 BLUE value IS 18 (7.42% from 255) = 3.75%

R = 49.58%
G = 46.67%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEE012 (or 0xEEE012) is known color: Lemon. HEX triplet: EE, E0 and 12. RGB value is (238,224,18). Sum of RGB (Red+Green+Blue) = 238+224+18=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE012 is #111FED. Grayscale: #CDCDCD. Windows color (decimal): -1122286 or 1237230. OLE color: 1237230.

HSL color Cylindrical-coordinate representation of color #EEE012: hue angle of 56.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEE012 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 224 18 -
CMYK 0 0.06 0.92 0.07
HSL 56.18º 0.87% 0.5% -
HSV(B) 56.18º 0.92% 0.93% -
XYZ 62.02 71.53 11.11 -
YUV 204.7 22.64 151.75 -
System Red Green Blue C M Y K H S L
Decimal 238 224 18 0 0.06 0.92 0.07 56.18 0.87 0.5
Hex EE E0 12 0 6 5C 7 38 57 32
Octal 356 340 22 0 6 134 7 70 127 62
Binary 11101110 11100000 10010 0 110 1011100 111 111000 1010111 110010

Color Harmonies of #EEE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE012

Black with #EEE012

Text Example


Text Example

White with #EEE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE012; }

 p { color: rgb(238,224,18); }

 H1.HeaderClassName
 {
   color: #EEE012;
 }
 .AnyTagClassName
 {
   color: #EEE012;
 }
</style>

background-color css

<style>
 a { background-color: #EEE012; }

 a { background-color: rgb(238,224,18); }

 div.DivClassName
 {
   background-color: #EEE012;
 }
 .BgClassName
 {
   background-color: #EEE012;
 }
</style>

border-color css

<style>
 span { border-color: #EEE012; }

 span { border-color: rgb(238,224,18); }

 td.TdClassName
 {
   border-color: #EEE012;
 }
 .TagClassName
 {
   border-color: #EEE012;
 }
</style>