#EDB37F

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

Shades of Corvette #EDB37F

Tints of Corvette #EDB37F

Color information

#EDB37F (or 0xEDB37F) is unknown color: approx Corvette. HEX triplet: ED, B3 and 7F. RGB value is (237,179,127). Sum of RGB (Red+Green+Blue) = 237+179+127=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB37F is #124C80. Grayscale: #BEBEBE. Windows color (decimal): -1199233 or 8369133. OLE color: 8369133.

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

Color convert

RGB237179127-
CMYK00.240.460.07
HSL28.36º75.34%71.37%-
HSV(B)28.36º46.41%92.94%-
XYZ54.8851.7827.18-
YUV190.4192.22161.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.65%
GREEN value IS 179 (70.31% from 255) = 32.97%
BLUE value IS 127 (50% from 255) = 23.39%
R=43.65%
G=32.97%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717912700.240.460.0728.3675.3471.37
HexEDB37F0182E71c4b47
Octal35526317703056734113107
Binary111011011011001111111110110001011101111110010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB37F; }

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

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

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

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

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

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

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

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