#EAB681

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

Shades of Corvette #EAB681

Tints of Corvette #EAB681

Color information

#EAB681 (or 0xEAB681) is unknown color: approx Corvette. HEX triplet: EA, B6 and 81. RGB value is (234,182,129). Sum of RGB (Red+Green+Blue) = 234+182+129=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB681 is #15497E. Grayscale: #BFBFBF. Windows color (decimal): -1395071 or 8500970. OLE color: 8500970.

HSL color Cylindrical-coordinate representation of color #EAB681: hue angle of 30.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAB681 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB234182129-
CMYK00.220.450.08
HSL30.29º71.43%71.18%-
HSV(B)30.29º44.87%91.76%-
XYZ54.6252.5328.03-
YUV191.5192.73158.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 182 (71.48% from 255) = 33.39%
BLUE value IS 129 (50.78% from 255) = 23.67%
R=42.94%
G=33.39%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418212900.220.450.0830.2971.4371.18
HexEAB6810162D81e4747
Octal352266201026551036107107
Binary11101010101101101000000101011010110110001111010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB681; }

 p { color: rgb(234,182,129); }

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

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

 a { background-color: rgb(234,182,129); }

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

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

 span { border-color: rgb(234,182,129); }

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