#EDB889

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

Shades of Corvette #EDB889

Tints of Corvette #EDB889

Color information

#EDB889 (or 0xEDB889) is unknown color: approx Corvette. HEX triplet: ED, B8 and 89. RGB value is (237,184,137). Sum of RGB (Red+Green+Blue) = 237+184+137=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 137 (53.91% from 255 or 24.55% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB889 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB889 is #124776. Grayscale: #C2C2C2. Windows color (decimal): -1197943 or 9025773. OLE color: 9025773.

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

Color convert

RGB237184137-
CMYK00.220.420.07
HSL28.2º73.53%73.33%-
HSV(B)28.2º42.19%92.94%-
XYZ56.5854.0931.13-
YUV194.4995.56158.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 184 (72.27% from 255) = 32.97%
BLUE value IS 137 (53.91% from 255) = 24.55%
R=42.47%
G=32.97%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718413700.220.420.0728.273.5373.33
HexEDB8890162A71c4a49
Octal35527021102652734112111
Binary1110110110111000100010010101101010101111110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB889; }

 p { color: rgb(237,184,137); }

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

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

 a { background-color: rgb(237,184,137); }

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

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

 span { border-color: rgb(237,184,137); }

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