Html Css Color HEX #FFE1AA Cape Honey

📋 copy color: '#FFE1AA'

red 255 ◦ green 225 ◦ blue 170

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

Shades of Cape Honey #FFE1AA

Tints of Cape Honey #FFE1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 26.15%

R = 39.23%
G = 34.62%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFE1AA (or 0xFFE1AA) is known color: Cape Honey. HEX triplet: FF, E1 and AA. RGB value is (255,225,170). Sum of RGB (Red+Green+Blue) = 255+225+170=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 170 (66.80% from 255 or 26.15% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE1AA is #001E55. Grayscale: #E3E3E3. Windows color (decimal): -7766 or 11198975. OLE color: 11198975.

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

Color convert

RGB 255 225 170 -
CMYK 0 0.12 0.33 0
HSL 38.82º 1% 0.83% -
HSV(B) 38.82º 0.33% 1% -
XYZ 75.42 78.01 49.11 -
YUV 227.7 95.44 147.47 -
System Red Green Blue C M Y K H S L
Decimal 255 225 170 0 0.12 0.33 0 38.82 1 0.83
Hex FF E1 AA 0 C 21 0 27 64 53
Octal 377 341 252 0 14 41 0 47 144 123
Binary 11111111 11100001 10101010 0 1100 100001 0 100111 1100100 1010011

Color Harmonies of #FFE1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE1AA

Black with #FFE1AA

Text Example


Text Example

White with #FFE1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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