Html Css Color HEX #FFE4AA Cape Honey

📋 copy color: '#FFE4AA'

red 255 ◦ green 228 ◦ blue 170

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

Shades of Cape Honey #FFE4AA

Tints of Cape Honey #FFE4AA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.92%

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

R = 39.05%
G = 34.92%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFE4AA (or 0xFFE4AA) is known color: Cape Honey. HEX triplet: FF, E4 and AA. RGB value is (255,228,170). Sum of RGB (Red+Green+Blue) = 255+228+170=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 170 (66.80% from 255 or 26.03% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE4AA is #001B55. Grayscale: #E5E5E5. Windows color (decimal): -6998 or 11199743. OLE color: 11199743.

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

Color convert

RGB 255 228 170 -
CMYK 0 0.11 0.33 0
HSL 40.94º 1% 0.83% -
HSV(B) 40.94º 0.33% 1% -
XYZ 76.24 79.65 49.39 -
YUV 229.46 94.45 146.22 -
System Red Green Blue C M Y K H S L
Decimal 255 228 170 0 0.11 0.33 0 40.94 1 0.83
Hex FF E4 AA 0 B 21 0 29 64 53
Octal 377 344 252 0 13 41 0 51 144 123
Binary 11111111 11100100 10101010 0 1011 100001 0 101001 1100100 1010011

Color Harmonies of #FFE4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE4AA

Black with #FFE4AA

Text Example


Text Example

White with #FFE4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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