#EEEB00

Color #EEEB00 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #EEEB00

Tints of Lemon #EEEB00

Color information

#EEEB00 (or 0xEEEB00) is unknown color: approx Lemon. HEX triplet: EE, EB and 00. RGB value is (238,235,0). Sum of RGB (Red+Green+Blue) = 238+235+0=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEB00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEEB00 is #1114FF. Grayscale: #D2D2D2. Windows color (decimal): -1119488 or 60398. OLE color: 60398.

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

Color convert

RGB2382350-
CMYK00.0110.07
HSL59.24º100%46.67%-
HSV(B)59.24º100%93.33%-
XYZ64.9777.5911.55-
YUV209.119.99148.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.32%
GREEN value IS 235 (92.19% from 255) = 49.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.32%
G=49.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238235000.0110.0759.2410046.67
HexEEEB0016473b642f
Octal35635300114477314457
Binary111011101110101100111001001111110111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEB00; }

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

 H1.HeaderClassName
 {
   color: #EEEB00;
 }
 .AnyTagClassName
 {
   color: #EEEB00;
 }
</style>
background-color css

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

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

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

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

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

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