#EDBE84

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

Shades of Corvette #EDBE84

Tints of Corvette #EDBE84

Color information

#EDBE84 (or 0xEDBE84) is unknown color: approx Corvette. HEX triplet: ED, BE and 84. RGB value is (237,190,132). Sum of RGB (Red+Green+Blue) = 237+190+132=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBE84 is #12417B. Grayscale: #C5C5C5. Windows color (decimal): -1196412 or 8699629. OLE color: 8699629.

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

Color convert

RGB237190132-
CMYK00.200.440.07
HSL33.14º74.47%72.35%-
HSV(B)33.14º44.3%92.94%-
XYZ57.556.529.7-
YUV197.4491.07156.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 132 (51.95% from 255) = 23.61%
R=42.40%
G=33.99%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719013200.200.440.0733.1474.4772.35
HexEDBE840142C7214a48
Octal35527620402454741112110
Binary11101101101111101000010001010010110011110000110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE84; }

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

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

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

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

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

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

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

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