#EAB481

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

Shades of Corvette #EAB481

Tints of Corvette #EAB481

Color information

#EAB481 (or 0xEAB481) is unknown color: approx Corvette. HEX triplet: EA, B4 and 81. RGB value is (234,180,129). Sum of RGB (Red+Green+Blue) = 234+180+129=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB481 is #154B7E. Grayscale: #BEBEBE. Windows color (decimal): -1395583 or 8500458. OLE color: 8500458.

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

Color convert

RGB234180129-
CMYK00.230.450.08
HSL29.14º71.43%71.18%-
HSV(B)29.14º44.87%91.76%-
XYZ54.2251.7227.89-
YUV190.3393.39159.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 180 (70.70% from 255) = 33.15%
BLUE value IS 129 (50.78% from 255) = 23.76%
R=43.09%
G=33.15%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418012900.230.450.0829.1471.4371.18
HexEAB4810172D81d4747
Octal352264201027551035107107
Binary11101010101101001000000101011110110110001110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB481; }

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

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

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

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

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

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

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

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