#EDBE92

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

Shades of Pancho #EDBE92

Tints of Pancho #EDBE92

Color information

#EDBE92 (or 0xEDBE92) is unknown color: approx Pancho. HEX triplet: ED, BE and 92. RGB value is (237,190,146). Sum of RGB (Red+Green+Blue) = 237+190+146=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 146 (57.42% from 255 or 25.48% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBE92 is #12416D. Grayscale: #C7C7C7. Windows color (decimal): -1196398 or 9617133. OLE color: 9617133.

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

Color convert

RGB237190146-
CMYK00.200.380.07
HSL29.01º71.65%75.1%-
HSV(B)29.01º38.4%92.94%-
XYZ58.5356.9135.09-
YUV199.0498.07155.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 146 (57.42% from 255) = 25.48%
R=41.36%
G=33.16%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719014600.200.380.0729.0171.6575.1
HexEDBE920142671d484b
Octal35527622202446735110113
Binary1110110110111110100100100101001001101111110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE92; }

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

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

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

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

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

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

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

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