#EDBA81

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

Shades of Corvette #EDBA81

Tints of Corvette #EDBA81

Color information

#EDBA81 (or 0xEDBA81) is unknown color: approx Corvette. HEX triplet: ED, BA and 81. RGB value is (237,186,129). Sum of RGB (Red+Green+Blue) = 237+186+129=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA81 is #12457E. Grayscale: #C3C3C3. Windows color (decimal): -1197439 or 8501997. OLE color: 8501997.

HSL color Cylindrical-coordinate representation of color #EDBA81: hue angle of 31.67º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDBA81 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237186129-
CMYK00.220.460.07
HSL31.67º75%71.76%-
HSV(B)31.67º45.57%92.94%-
XYZ56.4554.7128.35-
YUV194.7590.9158.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 129 (50.78% from 255) = 23.37%
R=42.93%
G=33.70%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718612900.220.460.0731.677571.76
HexEDBA810162E7204b48
Octal35527220102656740113110
Binary11101101101110101000000101011010111011110000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA81; }

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

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

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

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

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

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

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

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