Html Css Color HEX #FEE3A2 Cape Honey

📋 copy color: '#FEE3A2'

red 254 ◦ green 227 ◦ blue 162

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

Shades of Cape Honey #FEE3A2

Tints of Cape Honey #FEE3A2

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.3%

 BLUE value IS 162 (63.67% from 255) = 25.19%

R = 39.5%
G = 35.3%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEE3A2 (or 0xFEE3A2) is known color: Cape Honey. HEX triplet: FE, E3 and A2. RGB value is (254,227,162). Sum of RGB (Red+Green+Blue) = 254+227+162=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 162 (63.67% from 255 or 25.19% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE3A2 is #011C5D. Grayscale: #E3E3E3. Windows color (decimal): -72798 or 10675198. OLE color: 10675198.

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

Color convert

RGB 254 227 162 -
CMYK 0 0.11 0.36 0.00
HSL 42.39º 0.98% 0.82% -
HSV(B) 42.39º 0.36% 1% -
XYZ 74.86 78.62 45.41 -
YUV 227.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 254 227 162 0 0.11 0.36 0.00 42.39 0.98 0.82
Hex FE E3 A2 0 B 24 0 2A 62 52
Octal 376 343 242 0 13 44 0 52 142 122
Binary 11111110 11100011 10100010 0 1011 100100 0 101010 1100010 1010010

Color Harmonies of #FEE3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE3A2

Black with #FEE3A2

Text Example


Text Example

White with #FEE3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE3A2; }

 p { color: rgb(254,227,162); }

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

background-color css

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

 a { background-color: rgb(254,227,162); }

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

border-color css

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

 span { border-color: rgb(254,227,162); }

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