#EAB478

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

Shades of Corvette #EAB478

Tints of Corvette #EAB478

Color information

#EAB478 (or 0xEAB478) is unknown color: approx Corvette. HEX triplet: EA, B4 and 78. RGB value is (234,180,120). Sum of RGB (Red+Green+Blue) = 234+180+120=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB478 is #154B87. Grayscale: #BDBDBD. Windows color (decimal): -1395592 or 7910634. OLE color: 7910634.

HSL color Cylindrical-coordinate representation of color #EAB478: hue angle of 31.58º 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 #EAB478 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB234180120-
CMYK00.230.490.08
HSL31.58º73.08%69.41%-
HSV(B)31.58º48.72%91.76%-
XYZ53.6451.4924.88-
YUV189.3188.89159.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.82%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 120 (47.27% from 255) = 22.47%
R=43.82%
G=33.71%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418012000.230.490.0831.5873.0869.41
HexEAB478017318204945
Octal352264170027611040111105
Binary11101010101101001111000010111110001100010000010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB478; }

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

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

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

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

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

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

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

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