#EEBF85

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

Shades of Corvette #EEBF85

Tints of Corvette #EEBF85

Color information

#EEBF85 (or 0xEEBF85) is unknown color: approx Corvette. HEX triplet: EE, BF and 85. RGB value is (238,191,133). Sum of RGB (Red+Green+Blue) = 238+191+133=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBF85 is #11407A. Grayscale: #C6C6C6. Windows color (decimal): -1130619 or 8765422. OLE color: 8765422.

HSL color Cylindrical-coordinate representation of color #EEBF85: hue angle of 33.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEBF85 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB238191133-
CMYK00.200.440.07
HSL33.14º75.54%72.75%-
HSV(B)33.14º44.12%93.33%-
XYZ58.1257.1330.15-
YUV198.4491.07156.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=42.35%
G=33.99%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819113300.200.440.0733.1475.5472.75
HexEEBF850142C7214c49
Octal35627720502454741114111
Binary11101110101111111000010101010010110011110000110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBF85; }

 p { color: rgb(238,191,133); }

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

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

 a { background-color: rgb(238,191,133); }

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

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

 span { border-color: rgb(238,191,133); }

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