Html Css Color HEX #EAB990 Pancho

📋 copy color: '#EAB990'

red 234 ◦ green 185 ◦ blue 144

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

Shades of Pancho #EAB990

Tints of Pancho #EAB990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.58%

R = 41.56%
G = 32.86%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAB990 (or 0xEAB990) is known color: Pancho. HEX triplet: EA, B9 and 90. RGB value is (234,185,144). Sum of RGB (Red+Green+Blue) = 234+185+144=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB990 is #15466F. Grayscale: #C3C3C3. Windows color (decimal): -1394288 or 9484778. OLE color: 9484778.

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

Color convert

RGB 234 185 144 -
CMYK 0 0.21 0.38 0.08
HSL 27.33º 0.68% 0.74% -
HSV(B) 27.33º 0.38% 0.92% -
XYZ 56.31 54.2 33.88 -
YUV 194.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 234 185 144 0 0.21 0.38 0.08 27.33 0.68 0.74
Hex EA B9 90 0 15 26 8 1B 44 4A
Octal 352 271 220 0 25 46 10 33 104 112
Binary 11101010 10111001 10010000 0 10101 100110 1000 11011 1000100 1001010

Color Harmonies of #EAB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB990

Black with #EAB990

Text Example


Text Example

White with #EAB990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB990; }

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

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

background-color css

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

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

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

border-color css

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

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

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