#EABB7D

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

Shades of Corvette #EABB7D

Tints of Corvette #EABB7D

Color information

#EABB7D (or 0xEABB7D) is unknown color: approx Corvette. HEX triplet: EA, BB and 7D. RGB value is (234,187,125). Sum of RGB (Red+Green+Blue) = 234+187+125=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB7D is #154482. Grayscale: #C2C2C2. Windows color (decimal): -1393795 or 8240106. OLE color: 8240106.

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

Color convert

RGB234187125-
CMYK00.200.470.08
HSL34.13º72.19%70.39%-
HSV(B)34.13º46.58%91.76%-
XYZ55.454.5127-
YUV193.9889.07156.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 187 (73.44% from 255) = 34.25%
BLUE value IS 125 (49.22% from 255) = 22.89%
R=42.86%
G=34.25%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418712500.200.470.0834.1372.1970.39
HexEABB7D0142F8224846
Octal352273175024571042110106
Binary11101010101110111111101010100101111100010001010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABB7D; }

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

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

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

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

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

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

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

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