#EAC093

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

Shades of Pancho #EAC093

Tints of Pancho #EAC093

Color information

#EAC093 (or 0xEAC093) is unknown color: approx Pancho. HEX triplet: EA, C0 and 93. RGB value is (234,192,147). Sum of RGB (Red+Green+Blue) = 234+192+147=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC093 is #153F6C. Grayscale: #C7C7C7. Windows color (decimal): -1392493 or 9683178. OLE color: 9683178.

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

Color convert

RGB234192147-
CMYK00.180.370.08
HSL31.03º67.44%74.71%-
HSV(B)31.03º37.18%91.76%-
XYZ58.0557.335.6-
YUV199.4398.41152.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 192 (75.39% from 255) = 33.51%
BLUE value IS 147 (57.81% from 255) = 25.65%
R=40.84%
G=33.51%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419214700.180.370.0831.0367.4474.71
HexEAC0930122581f434b
Octal352300223022451037103113
Binary11101010110000001001001101001010010110001111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC093; }

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

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

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

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

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

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

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

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