#edb98d

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

Shades of Corvette #EDB98D

Tints of Corvette #EDB98D

Color information

#EDB98D (or 0xEDB98D) is unknown color: approx Corvette. HEX triplet: ED, B9 and 8D. RGB value is (237,185,141). Sum of RGB (Red+Green+Blue) = 237+185+141=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB98D is #124672. Grayscale: #C3C3C3. Windows color (decimal): -1197683 or 9288173. OLE color: 9288173.

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

Color convert

RGB237185141-
CMYK00.220.410.07
HSL27.5º72.73%74.12%-
HSV(B)27.5º40.51%92.94%-
XYZ57.0854.6332.73-
YUV195.5397.23157.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 185 (72.66% from 255) = 32.86%
BLUE value IS 141 (55.47% from 255) = 25.04%
R=42.10%
G=32.86%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718514100.220.410.0727.572.7374.12
HexEDB98D0162971c494a
Octal35527121502651734111112
Binary1110110110111001100011010101101010011111110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edb98d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edb98d; }

 p { color: rgb(237,185,141); }

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

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

 a { background-color: rgb(237,185,141); }

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

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

 span { border-color: rgb(237,185,141); }

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