Html Css Color HEX #EBBC8E Pancho

📋 copy color: '#EBBC8E'

red 235 ◦ green 188 ◦ blue 142

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

Shades of Pancho #EBBC8E

Tints of Pancho #EBBC8E

RGB

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

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

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

R = 41.59%
G = 33.27%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBBC8E (or 0xEBBC8E) is known color: Pancho. HEX triplet: EB, BC and 8E. RGB value is (235,188,142). Sum of RGB (Red+Green+Blue) = 235+188+142=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBC8E is #144371. Grayscale: #C5C5C5. Windows color (decimal): -1327986 or 9354475. OLE color: 9354475.

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

Color convert

RGB 235 188 142 -
CMYK 0 0.2 0.40 0.08
HSL 29.68º 0.7% 0.74% -
HSV(B) 29.68º 0.4% 0.92% -
XYZ 57.13 55.58 33.31 -
YUV 196.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 235 188 142 0 0.2 0.40 0.08 29.68 0.7 0.74
Hex EB BC 8E 0 14 28 8 1E 46 4A
Octal 353 274 216 0 24 50 10 36 106 112
Binary 11101011 10111100 10001110 0 10100 101000 1000 11110 1000110 1001010

Color Harmonies of #EBBC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBC8E

Black with #EBBC8E

Text Example


Text Example

White with #EBBC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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