Html Css Color HEX #E5C08E Pancho

📋 copy color: '#E5C08E'

red 229 ◦ green 192 ◦ blue 142

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

Shades of Pancho #E5C08E

Tints of Pancho #E5C08E

RGB

 RED value IS 229 (89.84% from 255) = 40.67%

 GREEN value IS 192 (75.39% from 255) = 34.1%

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

R = 40.67%
G = 34.1%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5C08E (or 0xE5C08E) is known color: Pancho. HEX triplet: E5, C0 and 8E. RGB value is (229,192,142). Sum of RGB (Red+Green+Blue) = 229+192+142=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C08E is #1A3F71. Grayscale: #C5C5C5. Windows color (decimal): -1720178 or 9355493. OLE color: 9355493.

HSL color Cylindrical-coordinate representation of color #E5C08E: hue angle of 34.48º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5C08E is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 192 142 -
CMYK 0 0.16 0.38 0.10
HSL 34.48º 0.63% 0.73% -
HSV(B) 34.48º 0.38% 0.9% -
XYZ 56.05 56.31 33.51 -
YUV 197.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 229 192 142 0 0.16 0.38 0.10 34.48 0.63 0.73
Hex E5 C0 8E 0 10 26 A 22 3F 49
Octal 345 300 216 0 20 46 12 42 77 111
Binary 11100101 11000000 10001110 0 10000 100110 1010 100010 111111 1001001

Color Harmonies of #E5C08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C08E

Black with #E5C08E

Text Example


Text Example

White with #E5C08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C08E; }

 p { color: rgb(229,192,142); }

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

background-color css

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

 a { background-color: rgb(229,192,142); }

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

border-color css

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

 span { border-color: rgb(229,192,142); }

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