#EDB58B

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

Shades of Corvette #EDB58B

Tints of Corvette #EDB58B

Color information

#EDB58B (or 0xEDB58B) is unknown color: approx Corvette. HEX triplet: ED, B5 and 8B. RGB value is (237,181,139). Sum of RGB (Red+Green+Blue) = 237+181+139=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB58B is #124A74. Grayscale: #C1C1C1. Windows color (decimal): -1198709 or 9156077. OLE color: 9156077.

HSL color Cylindrical-coordinate representation of color #EDB58B: hue angle of 25.71º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDB58B is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237181139-
CMYK00.240.410.07
HSL25.71º73.13%73.73%-
HSV(B)25.71º41.35%92.94%-
XYZ56.1152.9231.68-
YUV192.9697.55159.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 181 (71.09% from 255) = 32.50%
BLUE value IS 139 (54.69% from 255) = 24.96%
R=42.55%
G=32.50%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718113900.240.410.0725.7173.1373.73
HexEDB58B0182971a494a
Octal35526521303051732111112
Binary1110110110110101100010110110001010011111101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB58B; }

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

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

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

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

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

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

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

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