#EAB47D

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

Shades of Corvette #EAB47D

Tints of Corvette #EAB47D

Color information

#EAB47D (or 0xEAB47D) is unknown color: approx Corvette. HEX triplet: EA, B4 and 7D. RGB value is (234,180,125). Sum of RGB (Red+Green+Blue) = 234+180+125=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB47D is #154B82. Grayscale: #BEBEBE. Windows color (decimal): -1395587 or 8238314. OLE color: 8238314.

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

Color convert

RGB234180125-
CMYK00.230.470.08
HSL30.28º72.19%70.39%-
HSV(B)30.28º46.58%91.76%-
XYZ53.9551.6226.52-
YUV189.8891.39159.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 125 (49.22% from 255) = 23.19%
R=43.41%
G=33.40%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418012500.230.470.0830.2872.1970.39
HexEAB47D0172F81e4846
Octal352264175027571036110106
Binary1110101010110100111110101011110111110001111010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB47D; }

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

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

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

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

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

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

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

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