#EBBD92

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

Shades of Pancho #EBBD92

Tints of Pancho #EBBD92

Color information

#EBBD92 (or 0xEBBD92) is unknown color: approx Pancho. HEX triplet: EB, BD and 92. RGB value is (235,189,146). Sum of RGB (Red+Green+Blue) = 235+189+146=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 146 (57.42% from 255 or 25.61% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBD92 is #14426D. Grayscale: #C6C6C6. Windows color (decimal): -1327726 or 9616875. OLE color: 9616875.

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

Color convert

RGB235189146-
CMYK00.200.380.08
HSL28.99º68.99%74.71%-
HSV(B)28.99º37.87%92.16%-
XYZ57.6556.1334.99-
YUV197.8598.74154.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 146 (57.42% from 255) = 25.61%
R=41.23%
G=33.16%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518914600.200.380.0828.9968.9974.71
HexEBBD920142681d454b
Octal353275222024461035105113
Binary11101011101111011001001001010010011010001110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBD92; }

 p { color: rgb(235,189,146); }

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

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

 a { background-color: rgb(235,189,146); }

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

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

 span { border-color: rgb(235,189,146); }

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