#EABD7C

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

Shades of Corvette #EABD7C

Tints of Corvette #EABD7C

Color information

#EABD7C (or 0xEABD7C) is unknown color: approx Corvette. HEX triplet: EA, BD and 7C. RGB value is (234,189,124). Sum of RGB (Red+Green+Blue) = 234+189+124=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD7C is #154283. Grayscale: #C3C3C3. Windows color (decimal): -1393284 or 8175082. OLE color: 8175082.

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

Color convert

RGB234189124-
CMYK00.190.470.08
HSL35.45º72.37%70.2%-
HSV(B)35.45º47.01%91.76%-
XYZ55.7755.3426.81-
YUV195.0487.91155.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 124 (48.83% from 255) = 22.67%
R=42.78%
G=34.55%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418912400.190.470.0835.4572.3770.2
HexEABD7C0132F8234846
Octal352275174023571043110106
Binary11101010101111011111100010011101111100010001110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABD7C; }

 p { color: rgb(234,189,124); }

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

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

 a { background-color: rgb(234,189,124); }

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

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

 span { border-color: rgb(234,189,124); }

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