#EAC082

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

Shades of Corvette #EAC082

Tints of Corvette #EAC082

Color information

#EAC082 (or 0xEAC082) is unknown color: approx Corvette. HEX triplet: EA, C0 and 82. RGB value is (234,192,130). Sum of RGB (Red+Green+Blue) = 234+192+130=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC082 is #153F7D. Grayscale: #C5C5C5. Windows color (decimal): -1392510 or 8569066. OLE color: 8569066.

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

Color convert

RGB234192130-
CMYK00.180.440.08
HSL35.77º71.23%71.37%-
HSV(B)35.77º44.44%91.76%-
XYZ56.8156.829.09-
YUV197.4989.91154.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 130 (51.17% from 255) = 23.38%
R=42.09%
G=34.53%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419213000.180.440.0835.7771.2371.37
HexEAC0820122C8244747
Octal352300202022541044107107
Binary111010101100000010000010010010101100100010010010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC082; }

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

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

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

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

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

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

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

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