Html Css Color HEX #EEE514 Lemon

📋 copy color: '#EEE514'

red 238 ◦ green 229 ◦ blue 20

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

Shades of Lemon #EEE514

Tints of Lemon #EEE514

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.02%

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

R = 48.87%
G = 47.02%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEE514 (or 0xEEE514) is known color: Lemon. HEX triplet: EE, E5 and 14. RGB value is (238,229,20). Sum of RGB (Red+Green+Blue) = 238+229+20=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 20 (8.20% from 255 or 4.11% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE514 is #111AEB. Grayscale: #D0D0D0. Windows color (decimal): -1121004 or 1369582. OLE color: 1369582.

HSL color Cylindrical-coordinate representation of color #EEE514: hue angle of 57.52º 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 #EEE514 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 229 20 -
CMYK 0 0.04 0.92 0.07
HSL 57.52º 0.87% 0.51% -
HSV(B) 57.52º 0.92% 0.93% -
XYZ 63.41 74.27 11.65 -
YUV 207.87 21.98 149.49 -
System Red Green Blue C M Y K H S L
Decimal 238 229 20 0 0.04 0.92 0.07 57.52 0.87 0.51
Hex EE E5 14 0 4 5C 7 3A 57 33
Octal 356 345 24 0 4 134 7 72 127 63
Binary 11101110 11100101 10100 0 100 1011100 111 111010 1010111 110011

Color Harmonies of #EEE514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE514

Black with #EEE514

Text Example


Text Example

White with #EEE514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE514; }

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

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

background-color css

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

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

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

border-color css

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

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

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