Html Css Color HEX #FFE5A6 Cape Honey

📋 copy color: '#FFE5A6'

red 255 ◦ green 229 ◦ blue 166

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

Shades of Cape Honey #FFE5A6

Tints of Cape Honey #FFE5A6

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.23%

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

R = 39.23%
G = 35.23%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFE5A6 (or 0xFFE5A6) is known color: Cape Honey. HEX triplet: FF, E5 and A6. RGB value is (255,229,166). Sum of RGB (Red+Green+Blue) = 255+229+166=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 166 (65.23% from 255 or 25.54% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5A6 is #001A59. Grayscale: #E5E5E5. Windows color (decimal): -6746 or 10937855. OLE color: 10937855.

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

Color convert

RGB 255 229 166 -
CMYK 0 0.10 0.35 0
HSL 42.47º 1% 0.83% -
HSV(B) 42.47º 0.35% 1% -
XYZ 76.14 80.05 47.51 -
YUV 229.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 255 229 166 0 0.10 0.35 0 42.47 1 0.83
Hex FF E5 A6 0 A 23 0 2A 64 53
Octal 377 345 246 0 12 43 0 52 144 123
Binary 11111111 11100101 10100110 0 1010 100011 0 101010 1100100 1010011

Color Harmonies of #FFE5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE5A6

Black with #FFE5A6

Text Example


Text Example

White with #FFE5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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