#EABD94

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

Shades of Pancho #EABD94

Tints of Pancho #EABD94

Color information

#EABD94 (or 0xEABD94) is unknown color: approx Pancho. HEX triplet: EA, BD and 94. RGB value is (234,189,148). Sum of RGB (Red+Green+Blue) = 234+189+148=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD94 is #15426B. Grayscale: #C5C5C5. Windows color (decimal): -1393260 or 9747946. OLE color: 9747946.

HSL color Cylindrical-coordinate representation of color #EABD94: hue angle of 28.6º 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 #EABD94 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB234189148-
CMYK00.190.370.08
HSL28.6º67.19%74.9%-
HSV(B)28.6º36.75%91.76%-
XYZ57.4756.0335.8-
YUV197.7899.91153.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 148 (58.20% from 255) = 25.92%
R=40.98%
G=33.10%
B=25.92%

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
Decimal23418914800.190.370.0828.667.1974.9
HexEABD940132581d434b
Octal352275224023451035103113
Binary11101010101111011001010001001110010110001110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABD94; }

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

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

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

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

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

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

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

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