Html Css Color HEX #FEE3A1 Cream Brulee

📋 copy color: '#FEE3A1'

red 254 ◦ green 227 ◦ blue 161

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

Shades of Cream Brulee #FEE3A1

Tints of Cream Brulee #FEE3A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.08%

R = 39.56%
G = 35.36%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEE3A1 (or 0xFEE3A1) is known color: Cream Brulee. HEX triplet: FE, E3 and A1. RGB value is (254,227,161). Sum of RGB (Red+Green+Blue) = 254+227+161=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 161 (63.28% from 255 or 25.08% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE3A1 is #011C5E. Grayscale: #E3E3E3. Windows color (decimal): -72799 or 10609662. OLE color: 10609662.

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

Color convert

RGB 254 227 161 -
CMYK 0 0.11 0.37 0.00
HSL 42.58º 0.98% 0.81% -
HSV(B) 42.58º 0.37% 1% -
XYZ 74.78 78.58 44.95 -
YUV 227.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 254 227 161 0 0.11 0.37 0.00 42.58 0.98 0.81
Hex FE E3 A1 0 B 25 0 2B 62 51
Octal 376 343 241 0 13 45 0 53 142 121
Binary 11111110 11100011 10100001 0 1011 100101 0 101011 1100010 1010001

Color Harmonies of #FEE3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE3A1

Black with #FEE3A1

Text Example


Text Example

White with #FEE3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE3A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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