#EAB28D

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

Shades of Pancho #EAB28D

Tints of Pancho #EAB28D

Color information

#EAB28D (or 0xEAB28D) is unknown color: approx Pancho. HEX triplet: EA, B2 and 8D. RGB value is (234,178,141). Sum of RGB (Red+Green+Blue) = 234+178+141=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB28D is #154D72. Grayscale: #BEBEBE. Windows color (decimal): -1396083 or 9286378. OLE color: 9286378.

HSL color Cylindrical-coordinate representation of color #EAB28D: hue angle of 23.87º degrees, saturation: 0.69, 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 #EAB28D is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234178141-
CMYK00.240.400.08
HSL23.87º68.89%73.53%-
HSV(B)23.87º39.74%91.76%-
XYZ54.6651.2632.21-
YUV190.53100.05159.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 141 (55.47% from 255) = 25.50%
R=42.31%
G=32.19%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417814100.240.400.0823.8768.8973.53
HexEAB28D01828818454a
Octal352262215030501030105112
Binary11101010101100101000110101100010100010001100010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB28D; }

 p { color: rgb(234,178,141); }

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

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

 a { background-color: rgb(234,178,141); }

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

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

 span { border-color: rgb(234,178,141); }

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