#EDB680

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

Shades of Corvette #EDB680

Tints of Corvette #EDB680

Color information

#EDB680 (or 0xEDB680) is unknown color: approx Corvette. HEX triplet: ED, B6 and 80. RGB value is (237,182,128). Sum of RGB (Red+Green+Blue) = 237+182+128=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB680 is #12497F. Grayscale: #C0C0C0. Windows color (decimal): -1198464 or 8435437. OLE color: 8435437.

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

Color convert

RGB237182128-
CMYK00.230.460.07
HSL29.72º75.17%71.57%-
HSV(B)29.72º45.99%92.94%-
XYZ55.5553.0227.73-
YUV192.2991.72159.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 182 (71.48% from 255) = 33.27%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=43.33%
G=33.27%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718212800.230.460.0729.7275.1771.57
HexEDB6800172E71e4b48
Octal35526620002756736113110
Binary1110110110110110100000000101111011101111111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB680; }

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

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

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

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

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

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

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

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