Html Css Color HEX #FFE4A6 Cape Honey

📋 copy color: '#FFE4A6'

red 255 ◦ green 228 ◦ blue 166

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

Shades of Cape Honey #FFE4A6

Tints of Cape Honey #FFE4A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 25.58%

R = 39.29%
G = 35.13%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFE4A6 (or 0xFFE4A6) is known color: Cape Honey. HEX triplet: FF, E4 and A6. RGB value is (255,228,166). Sum of RGB (Red+Green+Blue) = 255+228+166=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 166 (65.23% from 255 or 25.58% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE4A6 is #001B59. Grayscale: #E5E5E5. Windows color (decimal): -7002 or 10937599. OLE color: 10937599.

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

Color convert

RGB 255 228 166 -
CMYK 0 0.11 0.35 0
HSL 41.8º 1% 0.83% -
HSV(B) 41.8º 0.35% 1% -
XYZ 75.87 79.5 47.42 -
YUV 229.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 255 228 166 0 0.11 0.35 0 41.8 1 0.83
Hex FF E4 A6 0 B 23 0 2A 64 53
Octal 377 344 246 0 13 43 0 52 144 123
Binary 11111111 11100100 10100110 0 1011 100011 0 101010 1100100 1010011

Color Harmonies of #FFE4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE4A6

Black with #FFE4A6

Text Example


Text Example

White with #FFE4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE4A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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