#EEC185

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

Shades of Corvette #EEC185

Tints of Corvette #EEC185

Color information

#EEC185 (or 0xEEC185) is unknown color: approx Corvette. HEX triplet: EE, C1 and 85. RGB value is (238,193,133). Sum of RGB (Red+Green+Blue) = 238+193+133=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC185 is #113E7A. Grayscale: #C7C7C7. Windows color (decimal): -1130107 or 8765934. OLE color: 8765934.

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

Color convert

RGB238193133-
CMYK00.190.440.07
HSL34.29º75.54%72.75%-
HSV(B)34.29º44.12%93.33%-
XYZ58.5658.0130.3-
YUV199.6190.41155.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.20%
GREEN value IS 193 (75.78% from 255) = 34.22%
BLUE value IS 133 (52.34% from 255) = 23.58%
R=42.20%
G=34.22%
B=23.58%

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
Decimal23819313300.190.440.0734.2975.5472.75
HexEEC1850132C7224c49
Octal35630120502354742114111
Binary11101110110000011000010101001110110011110001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC185; }

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

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

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

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

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

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

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

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