Html Css Color HEX #EBB48E Pancho

📋 copy color: '#EBB48E'

red 235 ◦ green 180 ◦ blue 142

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

Shades of Pancho #EBB48E

Tints of Pancho #EBB48E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.32%

 BLUE value IS 142 (55.86% from 255) = 25.49%

R = 42.19%
G = 32.32%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBB48E (or 0xEBB48E) is known color: Pancho. HEX triplet: EB, B4 and 8E. RGB value is (235,180,142). Sum of RGB (Red+Green+Blue) = 235+180+142=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB48E is #144B71. Grayscale: #C0C0C0. Windows color (decimal): -1330034 or 9352427. OLE color: 9352427.

HSL color Cylindrical-coordinate representation of color #EBB48E: hue angle of 24.52º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBB48E is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 180 142 -
CMYK 0 0.23 0.40 0.08
HSL 24.52º 0.7% 0.74% -
HSV(B) 24.52º 0.4% 0.92% -
XYZ 55.46 52.26 32.75 -
YUV 192.11 99.72 158.59 -
System Red Green Blue C M Y K H S L
Decimal 235 180 142 0 0.23 0.40 0.08 24.52 0.7 0.74
Hex EB B4 8E 0 17 28 8 19 46 4A
Octal 353 264 216 0 27 50 10 31 106 112
Binary 11101011 10110100 10001110 0 10111 101000 1000 11001 1000110 1001010

Color Harmonies of #EBB48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB48E

Black with #EBB48E

Text Example


Text Example

White with #EBB48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB48E; }

 p { color: rgb(235,180,142); }

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

background-color css

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

 a { background-color: rgb(235,180,142); }

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

border-color css

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

 span { border-color: rgb(235,180,142); }

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