#EDB880

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

Shades of Corvette #EDB880

Tints of Corvette #EDB880

Color information

#EDB880 (or 0xEDB880) is unknown color: approx Corvette. HEX triplet: ED, B8 and 80. RGB value is (237,184,128). Sum of RGB (Red+Green+Blue) = 237+184+128=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB880 is #12477F. Grayscale: #C1C1C1. Windows color (decimal): -1197952 or 8435949. OLE color: 8435949.

HSL color Cylindrical-coordinate representation of color #EDB880: hue angle of 30.83º 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 #EDB880 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237184128-
CMYK00.220.460.07
HSL30.83º75.17%71.57%-
HSV(B)30.83º45.99%92.94%-
XYZ55.9653.8427.87-
YUV193.4691.06159.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 184 (72.27% from 255) = 33.52%
BLUE value IS 128 (50.39% from 255) = 23.32%
R=43.17%
G=33.52%
B=23.32%

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
Decimal23718412800.220.460.0730.8375.1771.57
HexEDB8800162E71f4b48
Octal35527020002656737113110
Binary1110110110111000100000000101101011101111111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB880; }

 p { color: rgb(237,184,128); }

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

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

 a { background-color: rgb(237,184,128); }

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

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

 span { border-color: rgb(237,184,128); }

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