Html Css Color HEX #FEE7A1 Cream Brulee

📋 copy color: '#FEE7A1'

red 254 ◦ green 231 ◦ blue 161

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

Shades of Cream Brulee #FEE7A1

Tints of Cream Brulee #FEE7A1

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.76%

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

R = 39.32%
G = 35.76%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEE7A1 (or 0xFEE7A1) is known color: Cream Brulee. HEX triplet: FE, E7 and A1. RGB value is (254,231,161). Sum of RGB (Red+Green+Blue) = 254+231+161=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 161 (63.28% from 255 or 24.92% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE7A1 is #01185E. Grayscale: #E6E6E6. Windows color (decimal): -71775 or 10610686. OLE color: 10610686.

HSL color Cylindrical-coordinate representation of color #FEE7A1: hue angle of 45.16º 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 #FEE7A1 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 231 161 -
CMYK 0 0.09 0.37 0.00
HSL 45.16º 0.98% 0.81% -
HSV(B) 45.16º 0.37% 1% -
XYZ 75.88 80.8 45.31 -
YUV 229.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 254 231 161 0 0.09 0.37 0.00 45.16 0.98 0.81
Hex FE E7 A1 0 9 25 0 2D 62 51
Octal 376 347 241 0 11 45 0 55 142 121
Binary 11111110 11100111 10100001 0 1001 100101 0 101101 1100010 1010001

Color Harmonies of #FEE7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE7A1

Black with #FEE7A1

Text Example


Text Example

White with #FEE7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE7A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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