#EAB678

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

Shades of Corvette #EAB678

Tints of Corvette #EAB678

Color information

#EAB678 (or 0xEAB678) is unknown color: approx Corvette. HEX triplet: EA, B6 and 78. RGB value is (234,182,120). Sum of RGB (Red+Green+Blue) = 234+182+120=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB678 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB678 is #154987. Grayscale: #BEBEBE. Windows color (decimal): -1395080 or 7911146. OLE color: 7911146.

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

Color convert

RGB234182120-
CMYK00.220.490.08
HSL32.63º73.08%69.41%-
HSV(B)32.63º48.72%91.76%-
XYZ54.0552.325.02-
YUV190.4888.23159.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 120 (47.27% from 255) = 22.39%
R=43.66%
G=33.96%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418212000.220.490.0832.6373.0869.41
HexEAB678016318214945
Octal352266170026611041111105
Binary11101010101101101111000010110110001100010000110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB678; }

 p { color: rgb(234,182,120); }

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

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

 a { background-color: rgb(234,182,120); }

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

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

 span { border-color: rgb(234,182,120); }

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