#E6BA81

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

Shades of Corvette #E6BA81

Tints of Corvette #E6BA81

Color information

#E6BA81 (or 0xE6BA81) is unknown color: approx Corvette. HEX triplet: E6, BA and 81. RGB value is (230,186,129). Sum of RGB (Red+Green+Blue) = 230+186+129=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BA81 is #19457E. Grayscale: #C0C0C0. Windows color (decimal): -1656191 or 8501990. OLE color: 8501990.

HSL color Cylindrical-coordinate representation of color #E6BA81: hue angle of 33.86º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6BA81 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB230186129-
CMYK00.190.440.10
HSL33.86º66.89%70.39%-
HSV(B)33.86º43.91%90.2%-
XYZ54.1553.5328.25-
YUV192.6692.08154.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 129 (50.78% from 255) = 23.67%
R=42.20%
G=34.13%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018612900.190.440.1033.8666.8970.39
HexE6BA810132CA224346
Octal346272201023541242103106
Binary111001101011101010000001010011101100101010001010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BA81; }

 p { color: rgb(230,186,129); }

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

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

 a { background-color: rgb(230,186,129); }

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

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

 span { border-color: rgb(230,186,129); }

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