#EDBD80

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

Shades of Corvette #EDBD80

Tints of Corvette #EDBD80

Color information

#EDBD80 (or 0xEDBD80) is unknown color: approx Corvette. HEX triplet: ED, BD and 80. RGB value is (237,189,128). Sum of RGB (Red+Green+Blue) = 237+189+128=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBD80 is #12427F. Grayscale: #C4C4C4. Windows color (decimal): -1196672 or 8437229. OLE color: 8437229.

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

Color convert

RGB237189128-
CMYK00.200.460.07
HSL33.58º75.17%71.57%-
HSV(B)33.58º45.99%92.94%-
XYZ57.0255.9628.22-
YUV196.489.4156.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 128 (50.39% from 255) = 23.10%
R=42.78%
G=34.12%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718912800.200.460.0733.5875.1771.57
HexEDBD800142E7224b48
Octal35527520002456742113110
Binary11101101101111011000000001010010111011110001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD80; }

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

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

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

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

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

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

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

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