Html Css Color HEX #EEE416 Lemon

📋 copy color: '#EEE416'

red 238 ◦ green 228 ◦ blue 22

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

Shades of Lemon #EEE416

Tints of Lemon #EEE416

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.72%

 BLUE value IS 22 (8.98% from 255) = 4.51%

R = 48.77%
G = 46.72%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EEE416 (or 0xEEE416) is known color: Lemon. HEX triplet: EE, E4 and 16. RGB value is (238,228,22). Sum of RGB (Red+Green+Blue) = 238+228+22=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE416 is #111BE9. Grayscale: #D0D0D0. Windows color (decimal): -1121258 or 1500398. OLE color: 1500398.

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

Color convert

RGB 238 228 22 -
CMYK 0 0.04 0.91 0.07
HSL 57.22º 0.86% 0.51% -
HSV(B) 57.22º 0.91% 0.93% -
XYZ 63.15 73.72 11.66 -
YUV 207.51 23.31 149.75 -
System Red Green Blue C M Y K H S L
Decimal 238 228 22 0 0.04 0.91 0.07 57.22 0.86 0.51
Hex EE E4 16 0 4 5B 7 39 56 33
Octal 356 344 26 0 4 133 7 71 126 63
Binary 11101110 11100100 10110 0 100 1011011 111 111001 1010110 110011

Color Harmonies of #EEE416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE416

Black with #EEE416

Text Example


Text Example

White with #EEE416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE416; }

 p { color: rgb(238,228,22); }

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

background-color css

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

 a { background-color: rgb(238,228,22); }

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

border-color css

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

 span { border-color: rgb(238,228,22); }

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