Html Css Color HEX #FFE7BA Moccasin

📋 copy color: '#FFE7BA'

red 255 ◦ green 231 ◦ blue 186

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

Shades of Moccasin #FFE7BA

Tints of Moccasin #FFE7BA

RGB

 RED value IS 255 (100% from 255) = 37.95%

 GREEN value IS 231 (90.63% from 255) = 34.38%

 BLUE value IS 186 (73.05% from 255) = 27.68%

R = 37.95%
G = 34.38%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFE7BA (or 0xFFE7BA) is known color: Moccasin. HEX triplet: FF, E7 and BA. RGB value is (255,231,186). Sum of RGB (Red+Green+Blue) = 255+231+186=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 186 (73.05% from 255 or 27.68% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7BA is #001845. Grayscale: #E9E9E9. Windows color (decimal): -6214 or 12249087. OLE color: 12249087.

HSL color Cylindrical-coordinate representation of color #FFE7BA: hue angle of 39.13º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFE7BA is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 231 186 -
CMYK 0 0.09 0.27 0
HSL 39.13º 1% 0.86% -
HSV(B) 39.13º 0.27% 1% -
XYZ 78.68 81.96 58.13 -
YUV 233.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 255 231 186 0 0.09 0.27 0 39.13 1 0.86
Hex FF E7 BA 0 9 1B 0 27 64 56
Octal 377 347 272 0 11 33 0 47 144 126
Binary 11111111 11100111 10111010 0 1001 11011 0 100111 1100100 1010110

Color Harmonies of #FFE7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE7BA

Black with #FFE7BA

Text Example


Text Example

White with #FFE7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE7BA; }

 p { color: rgb(255,231,186); }

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

background-color css

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

 a { background-color: rgb(255,231,186); }

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

border-color css

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

 span { border-color: rgb(255,231,186); }

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