Html Css Color HEX #EAB995 Pancho

📋 copy color: '#EAB995'

red 234 ◦ green 185 ◦ blue 149

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

Shades of Pancho #EAB995

Tints of Pancho #EAB995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.23%

R = 41.2%
G = 32.57%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EAB995 (or 0xEAB995) is known color: Pancho. HEX triplet: EA, B9 and 95. RGB value is (234,185,149). Sum of RGB (Red+Green+Blue) = 234+185+149=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB995 is #15466A. Grayscale: #C3C3C3. Windows color (decimal): -1394283 or 9812458. OLE color: 9812458.

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

Color convert

RGB 234 185 149 -
CMYK 0 0.21 0.36 0.08
HSL 25.41º 0.67% 0.75% -
HSV(B) 25.41º 0.36% 0.92% -
XYZ 56.71 54.36 35.94 -
YUV 195.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 234 185 149 0 0.21 0.36 0.08 25.41 0.67 0.75
Hex EA B9 95 0 15 24 8 19 43 4B
Octal 352 271 225 0 25 44 10 31 103 113
Binary 11101010 10111001 10010101 0 10101 100100 1000 11001 1000011 1001011

Color Harmonies of #EAB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB995

Black with #EAB995

Text Example


Text Example

White with #EAB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB995; }

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

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

background-color css

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

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

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

border-color css

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

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

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