Html Css Color HEX #EEE814 Lemon

📋 copy color: '#EEE814'

red 238 ◦ green 232 ◦ blue 20

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

Shades of Lemon #EEE814

Tints of Lemon #EEE814

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.35%

 BLUE value IS 20 (8.2% from 255) = 4.08%

R = 48.57%
G = 47.35%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEE814 (or 0xEEE814) is known color: Lemon. HEX triplet: EE, E8 and 14. RGB value is (238,232,20). Sum of RGB (Red+Green+Blue) = 238+232+20=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE814 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE814 is #1117EB. Grayscale: #D2D2D2. Windows color (decimal): -1120236 or 1370350. OLE color: 1370350.

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

Color convert

RGB 238 232 20 -
CMYK 0 0.03 0.92 0.07
HSL 58.35º 0.87% 0.51% -
HSV(B) 58.35º 0.92% 0.93% -
XYZ 64.24 75.94 11.93 -
YUV 209.63 20.99 148.24 -
System Red Green Blue C M Y K H S L
Decimal 238 232 20 0 0.03 0.92 0.07 58.35 0.87 0.51
Hex EE E8 14 0 3 5C 7 3A 57 33
Octal 356 350 24 0 3 134 7 72 127 63
Binary 11101110 11101000 10100 0 11 1011100 111 111010 1010111 110011

Color Harmonies of #EEE814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE814

Black with #EEE814

Text Example


Text Example

White with #EEE814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE814; }

 p { color: rgb(238,232,20); }

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

background-color css

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

 a { background-color: rgb(238,232,20); }

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

border-color css

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

 span { border-color: rgb(238,232,20); }

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