Html Css Color HEX #EEED06 Lemon

📋 copy color: '#EEED06'

red 238 ◦ green 237 ◦ blue 6

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

Shades of Lemon #EEED06

Tints of Lemon #EEED06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.25%

R = 49.48%
G = 49.27%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EEED06 (or 0xEEED06) is known color: Lemon. HEX triplet: EE, ED and 06. RGB value is (238,237,6). Sum of RGB (Red+Green+Blue) = 238+237+6=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 6 (2.73% from 255 or 1.25% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEED06 is #1112F9. Grayscale: #D3D3D3. Windows color (decimal): -1118970 or 454126. OLE color: 454126.

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

Color convert

RGB 238 237 6 -
CMYK 0 0.00 0.97 0.07
HSL 59.74º 0.95% 0.48% -
HSV(B) 59.74º 0.97% 0.93% -
XYZ 65.58 78.76 11.92 -
YUV 210.97 12.33 147.28 -
System Red Green Blue C M Y K H S L
Decimal 238 237 6 0 0.00 0.97 0.07 59.74 0.95 0.48
Hex EE ED 6 0 0 61 7 3C 5F 30
Octal 356 355 6 0 0 141 7 74 137 60
Binary 11101110 11101101 110 0 0 1100001 111 111100 1011111 110000

Color Harmonies of #EEED06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED06

Black with #EEED06

Text Example


Text Example

White with #EEED06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED06; }

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

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

background-color css

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

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

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

border-color css

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

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

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