#EEC085

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

Shades of Corvette #EEC085

Tints of Corvette #EEC085

Color information

#EEC085 (or 0xEEC085) is unknown color: approx Corvette. HEX triplet: EE, C0 and 85. RGB value is (238,192,133). Sum of RGB (Red+Green+Blue) = 238+192+133=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC085 is #113F7A. Grayscale: #C7C7C7. Windows color (decimal): -1130363 or 8765678. OLE color: 8765678.

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

Color convert

RGB238192133-
CMYK00.190.440.07
HSL33.71º75.54%72.75%-
HSV(B)33.71º44.12%93.33%-
XYZ58.3457.5730.23-
YUV199.0390.74155.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.27%
GREEN value IS 192 (75.39% from 255) = 34.10%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=42.27%
G=34.10%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819213300.190.440.0733.7175.5472.75
HexEEC0850132C7224c49
Octal35630020502354742114111
Binary11101110110000001000010101001110110011110001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC085; }

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

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

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

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

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

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

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

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