Html Css Color HEX #EAB993 Pancho

📋 copy color: '#EAB993'

red 234 ◦ green 185 ◦ blue 147

#EAB993
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pancho #EAB993

Tints of Pancho #EAB993

RGB

 RED value IS 234 (91.8% from 255) = 41.34%

 GREEN value IS 185 (72.66% from 255) = 32.69%

 BLUE value IS 147 (57.81% from 255) = 25.97%

R = 41.34%
G = 32.69%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EAB993 (or 0xEAB993) is known color: Pancho. HEX triplet: EA, B9 and 93. RGB value is (234,185,147). Sum of RGB (Red+Green+Blue) = 234+185+147=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB993 is #15466C. Grayscale: #C3C3C3. Windows color (decimal): -1394285 or 9681386. OLE color: 9681386.

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

Color convert

RGB 234 185 147 -
CMYK 0 0.21 0.37 0.08
HSL 26.21º 0.67% 0.75% -
HSV(B) 26.21º 0.37% 0.92% -
XYZ 56.55 54.3 35.1 -
YUV 195.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 234 185 147 0 0.21 0.37 0.08 26.21 0.67 0.75
Hex EA B9 93 0 15 25 8 1A 43 4B
Octal 352 271 223 0 25 45 10 32 103 113
Binary 11101010 10111001 10010011 0 10101 100101 1000 11010 1000011 1001011

Color Harmonies of #EAB993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB993

Black with #EAB993

Text Example


Text Example

White with #EAB993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB993; }

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

 H1.HeaderClassName
 {
   color: #EAB993;
 }
 .AnyTagClassName
 {
   color: #EAB993;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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