Html Css Color HEX #EEEB0A Lemon

📋 copy color: '#EEEB0A'

red 238 ◦ green 235 ◦ blue 10

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

Shades of Lemon #EEEB0A

Tints of Lemon #EEEB0A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.65%

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

R = 49.28%
G = 48.65%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEEB0A (or 0xEEEB0A) is known color: Lemon. HEX triplet: EE, EB and 0A. RGB value is (238,235,10). Sum of RGB (Red+Green+Blue) = 238+235+10=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 10 (4.30% from 255 or 2.07% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEB0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEEB0A is #1114F5. Grayscale: #D3D3D3. Windows color (decimal): -1119478 or 715758. OLE color: 715758.

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

Color convert

RGB 238 235 10 -
CMYK 0 0.01 0.96 0.07
HSL 59.21º 0.92% 0.49% -
HSV(B) 59.21º 0.96% 0.93% -
XYZ 65.02 77.62 11.84 -
YUV 210.25 14.99 147.8 -
System Red Green Blue C M Y K H S L
Decimal 238 235 10 0 0.01 0.96 0.07 59.21 0.92 0.49
Hex EE EB A 0 1 60 7 3B 5C 31
Octal 356 353 12 0 1 140 7 73 134 61
Binary 11101110 11101011 1010 0 1 1100000 111 111011 1011100 110001

Color Harmonies of #EEEB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEB0A

Black with #EEEB0A

Text Example


Text Example

White with #EEEB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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