#EDB97F

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

Shades of Corvette #EDB97F

Tints of Corvette #EDB97F

Color information

#EDB97F (or 0xEDB97F) is unknown color: approx Corvette. HEX triplet: ED, B9 and 7F. RGB value is (237,185,127). Sum of RGB (Red+Green+Blue) = 237+185+127=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB97F is #124680. Grayscale: #C2C2C2. Windows color (decimal): -1197697 or 8370669. OLE color: 8370669.

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

Color convert

RGB237185127-
CMYK00.220.460.07
HSL31.64º75.34%71.37%-
HSV(B)31.64º46.41%92.94%-
XYZ56.154.2327.59-
YUV193.9490.23158.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 185 (72.66% from 255) = 33.70%
BLUE value IS 127 (50% from 255) = 23.13%
R=43.17%
G=33.70%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718512700.220.460.0731.6475.3471.37
HexEDB97F0162E7204b47
Octal35527117702656740113107
Binary1110110110111001111111101011010111011110000010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB97F; }

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

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

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

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

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

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

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

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