Html Css Color HEX #FEE4A7 Cape Honey

📋 copy color: '#FEE4A7'

red 254 ◦ green 228 ◦ blue 167

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

Shades of Cape Honey #FEE4A7

Tints of Cape Honey #FEE4A7

RGB

 RED value IS 254 (99.61% from 255) = 39.14%

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

 BLUE value IS 167 (65.63% from 255) = 25.73%

R = 39.14%
G = 35.13%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEE4A7 (or 0xFEE4A7) is known color: Cape Honey. HEX triplet: FE, E4 and A7. RGB value is (254,228,167). Sum of RGB (Red+Green+Blue) = 254+228+167=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 167 (65.62% from 255 or 25.73% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE4A7 is #011B58. Grayscale: #E5E5E5. Windows color (decimal): -72537 or 11003134. OLE color: 11003134.

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

Color convert

RGB 254 228 167 -
CMYK 0 0.10 0.34 0.00
HSL 42.07º 0.98% 0.83% -
HSV(B) 42.07º 0.34% 1% -
XYZ 75.59 79.35 47.89 -
YUV 228.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 254 228 167 0 0.10 0.34 0.00 42.07 0.98 0.83
Hex FE E4 A7 0 A 22 0 2A 62 53
Octal 376 344 247 0 12 42 0 52 142 123
Binary 11111110 11100100 10100111 0 1010 100010 0 101010 1100010 1010011

Color Harmonies of #FEE4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE4A7

Black with #FEE4A7

Text Example


Text Example

White with #FEE4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE4A7; }

 p { color: rgb(254,228,167); }

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

background-color css

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

 a { background-color: rgb(254,228,167); }

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

border-color css

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

 span { border-color: rgb(254,228,167); }

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