#EDB776

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

Shades of Corvette #EDB776

Tints of Corvette #EDB776

Color information

#EDB776 (or 0xEDB776) is unknown color: approx Corvette. HEX triplet: ED, B7 and 76. RGB value is (237,183,118). Sum of RGB (Red+Green+Blue) = 237+183+118=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB776 is #124889. Grayscale: #C0C0C0. Windows color (decimal): -1198218 or 7780333. OLE color: 7780333.

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

Color convert

RGB237183118-
CMYK00.230.500.07
HSL32.77º76.77%69.61%-
HSV(B)32.77º50.21%92.94%-
XYZ55.1353.1824.5-
YUV191.7486.39160.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 183 (71.88% from 255) = 34.01%
BLUE value IS 118 (46.48% from 255) = 21.93%
R=44.05%
G=34.01%
B=21.93%

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
Decimal23718311800.230.500.0732.7776.7769.61
HexEDB776017327214d46
Octal35526716602762741115106
Binary1110110110110111111011001011111001011110000110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB776; }

 p { color: rgb(237,183,118); }

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

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

 a { background-color: rgb(237,183,118); }

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

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

 span { border-color: rgb(237,183,118); }

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