#EABD93

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

Shades of Pancho #EABD93

Tints of Pancho #EABD93

Color information

#EABD93 (or 0xEABD93) is unknown color: approx Pancho. HEX triplet: EA, BD and 93. RGB value is (234,189,147). Sum of RGB (Red+Green+Blue) = 234+189+147=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD93 is #15426C. Grayscale: #C5C5C5. Windows color (decimal): -1393261 or 9682410. OLE color: 9682410.

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

Color convert

RGB234189147-
CMYK00.190.370.08
HSL28.97º67.44%74.71%-
HSV(B)28.97º37.18%91.76%-
XYZ57.455.9935.39-
YUV197.6799.41153.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 147 (57.81% from 255) = 25.79%
R=41.05%
G=33.16%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418914700.190.370.0828.9767.4474.71
HexEABD930132581d434b
Octal352275223023451035103113
Binary11101010101111011001001101001110010110001110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABD93; }

 p { color: rgb(234,189,147); }

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

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

 a { background-color: rgb(234,189,147); }

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

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

 span { border-color: rgb(234,189,147); }

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