Html Css Color HEX #EABC93 Pancho

📋 copy color: '#EABC93'

red 234 ◦ green 188 ◦ blue 147

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

Shades of Pancho #EABC93

Tints of Pancho #EABC93

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.04%

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

R = 41.12%
G = 33.04%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EABC93 (or 0xEABC93) is known color: Pancho. HEX triplet: EA, BC and 93. RGB value is (234,188,147). Sum of RGB (Red+Green+Blue) = 234+188+147=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABC93 is #15436C. Grayscale: #C5C5C5. Windows color (decimal): -1393517 or 9682154. OLE color: 9682154.

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

Color convert

RGB 234 188 147 -
CMYK 0 0.20 0.37 0.08
HSL 28.28º 0.67% 0.75% -
HSV(B) 28.28º 0.37% 0.92% -
XYZ 57.18 55.57 35.32 -
YUV 197.08 99.74 154.33 -
System Red Green Blue C M Y K H S L
Decimal 234 188 147 0 0.20 0.37 0.08 28.28 0.67 0.75
Hex EA BC 93 0 14 25 8 1C 43 4B
Octal 352 274 223 0 24 45 10 34 103 113
Binary 11101010 10111100 10010011 0 10100 100101 1000 11100 1000011 1001011

Color Harmonies of #EABC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABC93

Black with #EABC93

Text Example


Text Example

White with #EABC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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