#EDBD7F

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

Shades of Corvette #EDBD7F

Tints of Corvette #EDBD7F

Color information

#EDBD7F (or 0xEDBD7F) is unknown color: approx Corvette. HEX triplet: ED, BD and 7F. RGB value is (237,189,127). Sum of RGB (Red+Green+Blue) = 237+189+127=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD7F is #124280. Grayscale: #C4C4C4. Windows color (decimal): -1196673 or 8371693. OLE color: 8371693.

HSL color Cylindrical-coordinate representation of color #EDBD7F: hue angle of 33.82º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDBD7F is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237189127-
CMYK00.200.460.07
HSL33.82º75.34%71.37%-
HSV(B)33.82º46.41%92.94%-
XYZ56.9555.9327.87-
YUV196.2888.9157.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 127 (50% from 255) = 22.97%
R=42.86%
G=34.18%
B=22.97%

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
Decimal23718912700.200.460.0733.8275.3471.37
HexEDBD7F0142E7224b47
Octal35527517702456742113107
Binary1110110110111101111111101010010111011110001010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD7F; }

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

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

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

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

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

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

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

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