#EDB979

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

Shades of Corvette #EDB979

Tints of Corvette #EDB979

Color information

#EDB979 (or 0xEDB979) is unknown color: approx Corvette. HEX triplet: ED, B9 and 79. RGB value is (237,185,121). Sum of RGB (Red+Green+Blue) = 237+185+121=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 121 (47.66% from 255 or 22.28% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB979 is #124686. Grayscale: #C1C1C1. Windows color (decimal): -1197703 or 7977453. OLE color: 7977453.

HSL color Cylindrical-coordinate representation of color #EDB979: hue angle of 33.1º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDB979 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237185121-
CMYK00.220.490.07
HSL33.1º76.32%70.2%-
HSV(B)33.1º48.95%92.94%-
XYZ55.7354.0825.59-
YUV193.2587.23159.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 185 (72.66% from 255) = 34.07%
BLUE value IS 121 (47.66% from 255) = 22.28%
R=43.65%
G=34.07%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718512100.220.490.0733.176.3270.2
HexEDB979016317214c46
Octal35527117102661741114106
Binary1110110110111001111100101011011000111110000110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB979; }

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

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

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

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

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

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

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

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