#EAB98A

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

Shades of Corvette #EAB98A

Tints of Corvette #EAB98A

Color information

#EAB98A (or 0xEAB98A) is unknown color: approx Corvette. HEX triplet: EA, B9 and 8A. RGB value is (234,185,138). Sum of RGB (Red+Green+Blue) = 234+185+138=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB98A is #154675. Grayscale: #C2C2C2. Windows color (decimal): -1394294 or 9091562. OLE color: 9091562.

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

Color convert

RGB234185138-
CMYK00.210.410.08
HSL29.38º69.57%72.94%-
HSV(B)29.38º41.03%91.76%-
XYZ55.8754.0331.53-
YUV194.2996.23156.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 138 (54.30% from 255) = 24.78%
R=42.01%
G=33.21%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418513800.210.410.0829.3869.5772.94
HexEAB98A0152981d4649
Octal352271212025511035106111
Binary11101010101110011000101001010110100110001110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB98A; }

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

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

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

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

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

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

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

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