#EBC090

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

Shades of Pancho #EBC090

Tints of Pancho #EBC090

Color information

#EBC090 (or 0xEBC090) is unknown color: approx Pancho. HEX triplet: EB, C0 and 90. RGB value is (235,192,144). Sum of RGB (Red+Green+Blue) = 235+192+144=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC090 is #143F6F. Grayscale: #C7C7C7. Windows color (decimal): -1326960 or 9486571. OLE color: 9486571.

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

Color convert

RGB235192144-
CMYK00.180.390.08
HSL31.65º69.47%74.31%-
HSV(B)31.65º38.72%92.16%-
XYZ58.1457.3834.4-
YUV199.3896.75153.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 144 (56.64% from 255) = 25.22%
R=41.16%
G=33.63%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519214400.180.390.0831.6569.4774.31
HexEBC09001227820454a
Octal353300220022471040105112
Binary111010111100000010010000010010100111100010000010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC090; }

 p { color: rgb(235,192,144); }

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

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

 a { background-color: rgb(235,192,144); }

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

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

 span { border-color: rgb(235,192,144); }

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