#EAB57D

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

Shades of Corvette #EAB57D

Tints of Corvette #EAB57D

Color information

#EAB57D (or 0xEAB57D) is unknown color: approx Corvette. HEX triplet: EA, B5 and 7D. RGB value is (234,181,125). Sum of RGB (Red+Green+Blue) = 234+181+125=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB57D is #154A82. Grayscale: #BEBEBE. Windows color (decimal): -1395331 or 8238570. OLE color: 8238570.

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

Color convert

RGB234181125-
CMYK00.230.470.08
HSL30.83º72.19%70.39%-
HSV(B)30.83º46.58%91.76%-
XYZ54.1652.0226.59-
YUV190.4691.06159.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.33%
GREEN value IS 181 (71.09% from 255) = 33.52%
BLUE value IS 125 (49.22% from 255) = 23.15%
R=43.33%
G=33.52%
B=23.15%

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
Decimal23418112500.230.470.0830.8372.1970.39
HexEAB57D0172F81f4846
Octal352265175027571037110106
Binary1110101010110101111110101011110111110001111110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB57D; }

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

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

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

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

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

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

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

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