Html Css Color HEX #EEED0A Lemon

📋 copy color: '#EEED0A'

red 238 ◦ green 237 ◦ blue 10

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

Shades of Lemon #EEED0A

Tints of Lemon #EEED0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.06%

R = 49.07%
G = 48.87%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEED0A (or 0xEEED0A) is known color: Lemon. HEX triplet: EE, ED and 0A. RGB value is (238,237,10). Sum of RGB (Red+Green+Blue) = 238+237+10=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 10 (4.30% from 255 or 2.06% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEED0A is #1112F5. Grayscale: #D4D4D4. Windows color (decimal): -1118966 or 716270. OLE color: 716270.

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

Color convert

RGB 238 237 10 -
CMYK 0 0.00 0.96 0.07
HSL 59.74º 0.92% 0.49% -
HSV(B) 59.74º 0.96% 0.93% -
XYZ 65.6 78.77 12.03 -
YUV 211.42 14.33 146.96 -
System Red Green Blue C M Y K H S L
Decimal 238 237 10 0 0.00 0.96 0.07 59.74 0.92 0.49
Hex EE ED A 0 0 60 7 3C 5C 31
Octal 356 355 12 0 0 140 7 74 134 61
Binary 11101110 11101101 1010 0 0 1100000 111 111100 1011100 110001

Color Harmonies of #EEED0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED0A

Black with #EEED0A

Text Example


Text Example

White with #EEED0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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