#EAC088

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

Shades of Corvette #EAC088

Tints of Corvette #EAC088

Color information

#EAC088 (or 0xEAC088) is unknown color: approx Corvette. HEX triplet: EA, C0 and 88. RGB value is (234,192,136). Sum of RGB (Red+Green+Blue) = 234+192+136=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC088 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC088 is #153F77. Grayscale: #C6C6C6. Windows color (decimal): -1392504 or 8962282. OLE color: 8962282.

HSL color Cylindrical-coordinate representation of color #EAC088: hue angle of 34.29º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAC088 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB234192136-
CMYK00.180.420.08
HSL34.29º70%72.55%-
HSV(B)34.29º41.88%91.76%-
XYZ57.2356.9731.27-
YUV198.1792.91153.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 192 (75.39% from 255) = 34.16%
BLUE value IS 136 (53.52% from 255) = 24.20%
R=41.64%
G=34.16%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419213600.180.420.0834.297072.55
HexEAC0880122A8224649
Octal352300210022521042106111
Binary111010101100000010001000010010101010100010001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC088; }

 p { color: rgb(234,192,136); }

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

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

 a { background-color: rgb(234,192,136); }

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

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

 span { border-color: rgb(234,192,136); }

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