#EDB87D

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

Shades of Corvette #EDB87D

Tints of Corvette #EDB87D

Color information

#EDB87D (or 0xEDB87D) is unknown color: approx Corvette. HEX triplet: ED, B8 and 7D. RGB value is (237,184,125). Sum of RGB (Red+Green+Blue) = 237+184+125=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB87D is #124782. Grayscale: #C1C1C1. Windows color (decimal): -1197955 or 8239341. OLE color: 8239341.

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

Color convert

RGB237184125-
CMYK00.220.470.07
HSL31.61º75.68%70.98%-
HSV(B)31.61º47.26%92.94%-
XYZ55.7753.7726.84-
YUV193.1289.56159.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 184 (72.27% from 255) = 33.70%
BLUE value IS 125 (49.22% from 255) = 22.89%
R=43.41%
G=33.70%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718412500.220.470.0731.6175.6870.98
HexEDB87D0162F7204c47
Octal35527017502657740114107
Binary1110110110111000111110101011010111111110000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB87D; }

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

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

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

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

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

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

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

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