#EDB57F

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

Shades of Corvette #EDB57F

Tints of Corvette #EDB57F

Color information

#EDB57F (or 0xEDB57F) is unknown color: approx Corvette. HEX triplet: ED, B5 and 7F. RGB value is (237,181,127). Sum of RGB (Red+Green+Blue) = 237+181+127=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB57F is #124A80. Grayscale: #BFBFBF. Windows color (decimal): -1198721 or 8369645. OLE color: 8369645.

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

Color convert

RGB237181127-
CMYK00.240.460.07
HSL29.45º75.34%71.37%-
HSV(B)29.45º46.41%92.94%-
XYZ55.2852.5827.31-
YUV191.5991.55160.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 181 (71.09% from 255) = 33.21%
BLUE value IS 127 (50% from 255) = 23.30%
R=43.49%
G=33.21%
B=23.30%

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
Decimal23718112700.240.460.0729.4575.3471.37
HexEDB57F0182E71d4b47
Octal35526517703056735113107
Binary111011011011010111111110110001011101111110110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB57F; }

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

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

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

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

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

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

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

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