#EDB882

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

Shades of Corvette #EDB882

Tints of Corvette #EDB882

Color information

#EDB882 (or 0xEDB882) is unknown color: approx Corvette. HEX triplet: ED, B8 and 82. RGB value is (237,184,130). Sum of RGB (Red+Green+Blue) = 237+184+130=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB882 is #12477D. Grayscale: #C1C1C1. Windows color (decimal): -1197950 or 8567021. OLE color: 8567021.

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

Color convert

RGB237184130-
CMYK00.220.450.07
HSL30.28º74.83%71.96%-
HSV(B)30.28º45.15%92.94%-
XYZ56.0953.928.57-
YUV193.6992.06158.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 184 (72.27% from 255) = 33.39%
BLUE value IS 130 (51.17% from 255) = 23.59%
R=43.01%
G=33.39%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718413000.220.450.0730.2874.8371.96
HexEDB8820162D71e4b48
Octal35527020202655736113110
Binary1110110110111000100000100101101011011111111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB882; }

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

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

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

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

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

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

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

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