#EDB577

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

Shades of Corvette #EDB577

Tints of Corvette #EDB577

Color information

#EDB577 (or 0xEDB577) is unknown color: approx Corvette. HEX triplet: ED, B5 and 77. RGB value is (237,181,119). Sum of RGB (Red+Green+Blue) = 237+181+119=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB577 is #124A88. Grayscale: #BEBEBE. Windows color (decimal): -1198729 or 7845357. OLE color: 7845357.

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

Color convert

RGB237181119-
CMYK00.240.500.07
HSL31.53º76.62%69.8%-
HSV(B)31.53º49.79%92.94%-
XYZ54.7852.3824.68-
YUV190.6887.55161.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.13%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 119 (46.88% from 255) = 22.16%
R=44.13%
G=33.71%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718111900.240.500.0731.5376.6269.8
HexEDB577018327204d46
Octal35526516703062740115106
Binary1110110110110101111011101100011001011110000010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB577; }

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

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

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

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

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

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

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

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