#EBB68E

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

Shades of Pancho #EBB68E

Tints of Pancho #EBB68E

Color information

#EBB68E (or 0xEBB68E) is unknown color: approx Pancho. HEX triplet: EB, B6 and 8E. RGB value is (235,182,142). Sum of RGB (Red+Green+Blue) = 235+182+142=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB68E is #144971. Grayscale: #C1C1C1. Windows color (decimal): -1329522 or 9352939. OLE color: 9352939.

HSL color Cylindrical-coordinate representation of color #EBB68E: hue angle of 25.81º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBB68E is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB235182142-
CMYK00.230.400.08
HSL25.81º69.92%73.92%-
HSV(B)25.81º39.57%92.16%-
XYZ55.8753.0732.89-
YUV193.2999.06157.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 182 (71.48% from 255) = 32.56%
BLUE value IS 142 (55.86% from 255) = 25.40%
R=42.04%
G=32.56%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518214200.230.400.0825.8169.9273.92
HexEBB68E0172881a464a
Octal353266216027501032106112
Binary11101011101101101000111001011110100010001101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB68E; }

 p { color: rgb(235,182,142); }

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

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

 a { background-color: rgb(235,182,142); }

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

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

 span { border-color: rgb(235,182,142); }

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