#EDB684

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

Shades of Corvette #EDB684

Tints of Corvette #EDB684

Color information

#EDB684 (or 0xEDB684) is unknown color: approx Corvette. HEX triplet: ED, B6 and 84. RGB value is (237,182,132). Sum of RGB (Red+Green+Blue) = 237+182+132=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB684 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB684 is #12497B. Grayscale: #C1C1C1. Windows color (decimal): -1198460 or 8697581. OLE color: 8697581.

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

Color convert

RGB237182132-
CMYK00.230.440.07
HSL28.57º74.47%72.35%-
HSV(B)28.57º44.3%92.94%-
XYZ55.8253.1329.14-
YUV192.7493.72159.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.01%
GREEN value IS 182 (71.48% from 255) = 33.03%
BLUE value IS 132 (51.95% from 255) = 23.96%
R=43.01%
G=33.03%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718213200.230.440.0728.5774.4772.35
HexEDB6840172C71d4a48
Octal35526620402754735112110
Binary1110110110110110100001000101111011001111110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB684; }

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

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

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

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

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

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

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

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