Html Css Color HEX #FFE0BA Sandy Beach

📋 copy color: '#FFE0BA'

red 255 ◦ green 224 ◦ blue 186

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

Shades of Sandy Beach #FFE0BA

Tints of Sandy Beach #FFE0BA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.68%

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

R = 38.35%
G = 33.68%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFE0BA (or 0xFFE0BA) is known color: Sandy Beach. HEX triplet: FF, E0 and BA. RGB value is (255,224,186). Sum of RGB (Red+Green+Blue) = 255+224+186=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0BA is #001F45. Grayscale: #E5E5E5. Windows color (decimal): -8006 or 12247295. OLE color: 12247295.

HSL color Cylindrical-coordinate representation of color #FFE0BA: hue angle of 33.04º 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 #FFE0BA is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 224 186 -
CMYK 0 0.12 0.27 0
HSL 33.04º 1% 0.86% -
HSV(B) 33.04º 0.27% 1% -
XYZ 76.76 78.12 57.49 -
YUV 228.94 103.77 146.59 -
System Red Green Blue C M Y K H S L
Decimal 255 224 186 0 0.12 0.27 0 33.04 1 0.86
Hex FF E0 BA 0 C 1B 0 21 64 56
Octal 377 340 272 0 14 33 0 41 144 126
Binary 11111111 11100000 10111010 0 1100 11011 0 100001 1100100 1010110

Color Harmonies of #FFE0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE0BA

Black with #FFE0BA

Text Example


Text Example

White with #FFE0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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