#EDB58A

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

Shades of Corvette #EDB58A

Tints of Corvette #EDB58A

Color information

#EDB58A (or 0xEDB58A) is unknown color: approx Corvette. HEX triplet: ED, B5 and 8A. RGB value is (237,181,138). Sum of RGB (Red+Green+Blue) = 237+181+138=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB58A is #124A75. Grayscale: #C1C1C1. Windows color (decimal): -1198710 or 9090541. OLE color: 9090541.

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

Color convert

RGB237181138-
CMYK00.240.420.07
HSL26.06º73.33%73.53%-
HSV(B)26.06º41.77%92.94%-
XYZ56.0452.8931.3-
YUV192.8497.05159.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 181 (71.09% from 255) = 32.55%
BLUE value IS 138 (54.30% from 255) = 24.82%
R=42.63%
G=32.55%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718113800.240.420.0726.0673.3373.53
HexEDB58A0182A71a494a
Octal35526521203052732111112
Binary1110110110110101100010100110001010101111101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB58A; }

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

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

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

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

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

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

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

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