#EDB677

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

Shades of Corvette #EDB677

Tints of Corvette #EDB677

Color information

#EDB677 (or 0xEDB677) is unknown color: approx Corvette. HEX triplet: ED, B6 and 77. RGB value is (237,182,119). Sum of RGB (Red+Green+Blue) = 237+182+119=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 119 (46.88% from 255 or 22.12% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB677 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB677 is #124988. Grayscale: #BFBFBF. Windows color (decimal): -1198473 or 7845613. OLE color: 7845613.

HSL color Cylindrical-coordinate representation of color #EDB677: hue angle of 32.03º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDB677 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237182119-
CMYK00.230.500.07
HSL32.03º76.62%69.8%-
HSV(B)32.03º49.79%92.94%-
XYZ54.9852.7924.74-
YUV191.2687.22160.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 182 (71.48% from 255) = 33.83%
BLUE value IS 119 (46.88% from 255) = 22.12%
R=44.05%
G=33.83%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718211900.230.500.0732.0376.6269.8
HexEDB677017327204d46
Octal35526616702762740115106
Binary1110110110110110111011101011111001011110000010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB677; }

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

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

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

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

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

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

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

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