Html Css Color HEX #FFE2A9 Cape Honey

📋 copy color: '#FFE2A9'

red 255 ◦ green 226 ◦ blue 169

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

Shades of Cape Honey #FFE2A9

Tints of Cape Honey #FFE2A9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.77%

 BLUE value IS 169 (66.41% from 255) = 26%

R = 39.23%
G = 34.77%
B = 26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFE2A9 (or 0xFFE2A9) is known color: Cape Honey. HEX triplet: FF, E2 and A9. RGB value is (255,226,169). Sum of RGB (Red+Green+Blue) = 255+226+169=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 169 (66.41% from 255 or 26% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE2A9 is #001D56. Grayscale: #E4E4E4. Windows color (decimal): -7511 or 11133695. OLE color: 11133695.

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

Color convert

RGB 255 226 169 -
CMYK 0 0.11 0.34 0
HSL 39.77º 1% 0.83% -
HSV(B) 39.77º 0.34% 1% -
XYZ 75.6 78.52 48.71 -
YUV 228.17 94.61 147.13 -
System Red Green Blue C M Y K H S L
Decimal 255 226 169 0 0.11 0.34 0 39.77 1 0.83
Hex FF E2 A9 0 B 22 0 28 64 53
Octal 377 342 251 0 13 42 0 50 144 123
Binary 11111111 11100010 10101001 0 1011 100010 0 101000 1100100 1010011

Color Harmonies of #FFE2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE2A9

Black with #FFE2A9

Text Example


Text Example

White with #FFE2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE2A9; }

 p { color: rgb(255,226,169); }

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

background-color css

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

 a { background-color: rgb(255,226,169); }

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

border-color css

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

 span { border-color: rgb(255,226,169); }

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