#EDB384

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

Shades of Corvette #EDB384

Tints of Corvette #EDB384

Color information

#EDB384 (or 0xEDB384) is unknown color: approx Corvette. HEX triplet: ED, B3 and 84. RGB value is (237,179,132). Sum of RGB (Red+Green+Blue) = 237+179+132=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB384 is #124C7B. Grayscale: #BFBFBF. Windows color (decimal): -1199228 or 8696813. OLE color: 8696813.

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

Color convert

RGB237179132-
CMYK00.240.440.07
HSL26.86º74.47%72.35%-
HSV(B)26.86º44.3%92.94%-
XYZ55.2151.9128.94-
YUV190.9894.72160.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 179 (70.31% from 255) = 32.66%
BLUE value IS 132 (51.95% from 255) = 24.09%
R=43.25%
G=32.66%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717913200.240.440.0726.8674.4772.35
HexEDB3840182C71b4a48
Octal35526320403054733112110
Binary1110110110110011100001000110001011001111101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB384; }

 p { color: rgb(237,179,132); }

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

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

 a { background-color: rgb(237,179,132); }

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

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

 span { border-color: rgb(237,179,132); }

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