Html Css Color HEX #EEED04 Lemon

📋 copy color: '#EEED04'

red 238 ◦ green 237 ◦ blue 4

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

Shades of Lemon #EEED04

Tints of Lemon #EEED04

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.48%

 BLUE value IS 4 (1.95% from 255) = 0.84%

R = 49.69%
G = 49.48%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEED04 (or 0xEEED04) is known color: Lemon. HEX triplet: EE, ED and 04. RGB value is (238,237,4). Sum of RGB (Red+Green+Blue) = 238+237+4=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 4 (1.95% from 255 or 0.84% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEED04 is #1112FB. Grayscale: #D3D3D3. Windows color (decimal): -1118972 or 323054. OLE color: 323054.

HSL color Cylindrical-coordinate representation of color #EEED04: hue angle of 59.74º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEED04 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 237 4 -
CMYK 0 0.00 0.98 0.07
HSL 59.74º 0.97% 0.47% -
HSV(B) 59.74º 0.98% 0.93% -
XYZ 65.57 78.75 11.86 -
YUV 210.74 11.33 147.45 -
System Red Green Blue C M Y K H S L
Decimal 238 237 4 0 0.00 0.98 0.07 59.74 0.97 0.47
Hex EE ED 4 0 0 62 7 3C 61 2F
Octal 356 355 4 0 0 142 7 74 141 57
Binary 11101110 11101101 100 0 0 1100010 111 111100 1100001 101111

Color Harmonies of #EEED04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED04

Black with #EEED04

Text Example


Text Example

White with #EEED04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED04; }

 p { color: rgb(238,237,4); }

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

background-color css

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

 a { background-color: rgb(238,237,4); }

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

border-color css

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

 span { border-color: rgb(238,237,4); }

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