#EAC08D

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

Shades of Corvette #EAC08D

Tints of Corvette #EAC08D

Color information

#EAC08D (or 0xEAC08D) is unknown color: approx Corvette. HEX triplet: EA, C0 and 8D. RGB value is (234,192,141). Sum of RGB (Red+Green+Blue) = 234+192+141=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC08D is #153F72. Grayscale: #C6C6C6. Windows color (decimal): -1392499 or 9289962. OLE color: 9289962.

HSL color Cylindrical-coordinate representation of color #EAC08D: hue angle of 32.9º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAC08D is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234192141-
CMYK00.180.400.08
HSL32.9º68.89%73.53%-
HSV(B)32.9º39.74%91.76%-
XYZ57.5957.1133.19-
YUV198.7495.41153.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 192 (75.39% from 255) = 33.86%
BLUE value IS 141 (55.47% from 255) = 24.87%
R=41.27%
G=33.86%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419214100.180.400.0832.968.8973.53
HexEAC08D01228821454a
Octal352300215022501041105112
Binary111010101100000010001101010010101000100010000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC08D; }

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

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

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

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

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

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

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

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