Html Css Color HEX #EBB994 Pancho

📋 copy color: '#EBB994'

red 235 ◦ green 185 ◦ blue 148

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

Shades of Pancho #EBB994

Tints of Pancho #EBB994

RGB

 RED value IS 235 (92.19% from 255) = 41.37%

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

 BLUE value IS 148 (58.2% from 255) = 26.06%

R = 41.37%
G = 32.57%
B = 26.06%

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

#EBB994 (or 0xEBB994) is known color: Pancho. HEX triplet: EB, B9 and 94. RGB value is (235,185,148). Sum of RGB (Red+Green+Blue) = 235+185+148=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB994 is #14466B. Grayscale: #C3C3C3. Windows color (decimal): -1328748 or 9746923. OLE color: 9746923.

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

Color convert

RGB 235 185 148 -
CMYK 0 0.21 0.37 0.08
HSL 25.52º 0.69% 0.75% -
HSV(B) 25.52º 0.37% 0.92% -
XYZ 56.96 54.5 35.53 -
YUV 195.73 101.07 156.01 -
System Red Green Blue C M Y K H S L
Decimal 235 185 148 0 0.21 0.37 0.08 25.52 0.69 0.75
Hex EB B9 94 0 15 25 8 1A 45 4B
Octal 353 271 224 0 25 45 10 32 105 113
Binary 11101011 10111001 10010100 0 10101 100101 1000 11010 1000101 1001011

Color Harmonies of #EBB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB994

Black with #EBB994

Text Example


Text Example

White with #EBB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB994; }

 p { color: rgb(235,185,148); }

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

background-color css

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

 a { background-color: rgb(235,185,148); }

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

border-color css

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

 span { border-color: rgb(235,185,148); }

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