#EAB58A

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

Shades of Corvette #EAB58A

Tints of Corvette #EAB58A

Color information

#EAB58A (or 0xEAB58A) is unknown color: approx Corvette. HEX triplet: EA, B5 and 8A. RGB value is (234,181,138). Sum of RGB (Red+Green+Blue) = 234+181+138=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB58A is #154A75. Grayscale: #C0C0C0. Windows color (decimal): -1395318 or 9090538. OLE color: 9090538.

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

Color convert

RGB234181138-
CMYK00.230.410.08
HSL26.88º69.57%72.94%-
HSV(B)26.88º41.03%91.76%-
XYZ55.0452.3831.25-
YUV191.9497.56158-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 181 (71.09% from 255) = 32.73%
BLUE value IS 138 (54.30% from 255) = 24.95%
R=42.31%
G=32.73%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418113800.230.410.0826.8869.5772.94
HexEAB58A0172981b4649
Octal352265212027511033106111
Binary11101010101101011000101001011110100110001101110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB58A; }

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

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

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

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

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

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

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

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