Html Css Color HEX #FFE1A3 Cape Honey

📋 copy color: '#FFE1A3'

red 255 ◦ green 225 ◦ blue 163

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

Shades of Cape Honey #FFE1A3

Tints of Cape Honey #FFE1A3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.99%

 BLUE value IS 163 (64.06% from 255) = 25.35%

R = 39.66%
G = 34.99%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFE1A3 (or 0xFFE1A3) is known color: Cape Honey. HEX triplet: FF, E1 and A3. RGB value is (255,225,163). Sum of RGB (Red+Green+Blue) = 255+225+163=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 163 (64.06% from 255 or 25.35% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE1A3 is #001E5C. Grayscale: #E3E3E3. Windows color (decimal): -7773 or 10740223. OLE color: 10740223.

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

Color convert

RGB 255 225 163 -
CMYK 0 0.12 0.36 0
HSL 40.43º 1% 0.82% -
HSV(B) 40.43º 0.36% 1% -
XYZ 74.78 77.75 45.72 -
YUV 226.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 255 225 163 0 0.12 0.36 0 40.43 1 0.82
Hex FF E1 A3 0 C 24 0 28 64 52
Octal 377 341 243 0 14 44 0 50 144 122
Binary 11111111 11100001 10100011 0 1100 100100 0 101000 1100100 1010010

Color Harmonies of #FFE1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE1A3

Black with #FFE1A3

Text Example


Text Example

White with #FFE1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE1A3; }

 p { color: rgb(255,225,163); }

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

background-color css

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

 a { background-color: rgb(255,225,163); }

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

border-color css

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

 span { border-color: rgb(255,225,163); }

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