#EABB8A

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

Shades of Corvette #EABB8A

Tints of Corvette #EABB8A

Color information

#EABB8A (or 0xEABB8A) is unknown color: approx Corvette. HEX triplet: EA, BB and 8A. RGB value is (234,187,138). Sum of RGB (Red+Green+Blue) = 234+187+138=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB8A is #154475. Grayscale: #C3C3C3. Windows color (decimal): -1393782 or 9092074. OLE color: 9092074.

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

Color convert

RGB234187138-
CMYK00.200.410.08
HSL30.63º69.57%72.94%-
HSV(B)30.63º41.03%91.76%-
XYZ56.2954.8731.67-
YUV195.4795.57155.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 138 (54.30% from 255) = 24.69%
R=41.86%
G=33.45%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418713800.200.410.0830.6369.5772.94
HexEABB8A0142981f4649
Octal352273212024511037106111
Binary11101010101110111000101001010010100110001111110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABB8A; }

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

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

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

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

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

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

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

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