#EDBD79

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

Shades of Corvette #EDBD79

Tints of Corvette #EDBD79

Color information

#EDBD79 (or 0xEDBD79) is unknown color: approx Corvette. HEX triplet: ED, BD and 79. RGB value is (237,189,121). Sum of RGB (Red+Green+Blue) = 237+189+121=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 121 (47.66% from 255 or 22.12% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD79 is #124286. Grayscale: #C3C3C3. Windows color (decimal): -1196679 or 7978477. OLE color: 7978477.

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

Color convert

RGB237189121-
CMYK00.200.490.07
HSL35.17º76.32%70.2%-
HSV(B)35.17º48.95%92.94%-
XYZ56.5755.7825.87-
YUV195.685.9157.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 121 (47.66% from 255) = 22.12%
R=43.33%
G=34.55%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718912100.200.490.0735.1776.3270.2
HexEDBD79014317234c46
Octal35527517102461743114106
Binary1110110110111101111100101010011000111110001110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD79; }

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

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

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

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

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

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

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

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