Html Css Color HEX #EEE014 Lemon

📋 copy color: '#EEE014'

red 238 ◦ green 224 ◦ blue 20

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

Shades of Lemon #EEE014

Tints of Lemon #EEE014

RGB

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

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

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

R = 49.38%
G = 46.47%
B = 4.15%

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

#EEE014 (or 0xEEE014) is known color: Lemon. HEX triplet: EE, E0 and 14. RGB value is (238,224,20). Sum of RGB (Red+Green+Blue) = 238+224+20=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE014 is #111FEB. Grayscale: #CDCDCD. Windows color (decimal): -1122284 or 1368302. OLE color: 1368302.

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

Color convert

RGB 238 224 20 -
CMYK 0 0.06 0.92 0.07
HSL 56.15º 0.87% 0.51% -
HSV(B) 56.15º 0.92% 0.93% -
XYZ 62.04 71.54 11.2 -
YUV 204.93 23.64 151.59 -
System Red Green Blue C M Y K H S L
Decimal 238 224 20 0 0.06 0.92 0.07 56.15 0.87 0.51
Hex EE E0 14 0 6 5C 7 38 57 33
Octal 356 340 24 0 6 134 7 70 127 63
Binary 11101110 11100000 10100 0 110 1011100 111 111000 1010111 110011

Color Harmonies of #EEE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE014

Black with #EEE014

Text Example


Text Example

White with #EEE014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE014; }

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

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

background-color css

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

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

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

border-color css

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

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

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