#EAB77D

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

Shades of Corvette #EAB77D

Tints of Corvette #EAB77D

Color information

#EAB77D (or 0xEAB77D) is unknown color: approx Corvette. HEX triplet: EA, B7 and 7D. RGB value is (234,183,125). Sum of RGB (Red+Green+Blue) = 234+183+125=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB77D is #154882. Grayscale: #BFBFBF. Windows color (decimal): -1394819 or 8239082. OLE color: 8239082.

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

Color convert

RGB234183125-
CMYK00.220.470.08
HSL31.93º72.19%70.39%-
HSV(B)31.93º46.58%91.76%-
XYZ54.5752.8426.73-
YUV191.6490.4158.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 183 (71.88% from 255) = 33.76%
BLUE value IS 125 (49.22% from 255) = 23.06%
R=43.17%
G=33.76%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418312500.220.470.0831.9372.1970.39
HexEAB77D0162F8204846
Octal352267175026571040110106
Binary11101010101101111111101010110101111100010000010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB77D; }

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

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

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

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

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

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

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

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