Html Css Color HEX #FEE2A0 Cream Brulee

📋 copy color: '#FEE2A0'

red 254 ◦ green 226 ◦ blue 160

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

Shades of Cream Brulee #FEE2A0

Tints of Cream Brulee #FEE2A0

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.31%

 BLUE value IS 160 (62.89% from 255) = 25%

R = 39.69%
G = 35.31%
B = 25%

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

#FEE2A0 (or 0xFEE2A0) is known color: Cream Brulee. HEX triplet: FE, E2 and A0. RGB value is (254,226,160). Sum of RGB (Red+Green+Blue) = 254+226+160=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 160 (62.89% from 255 or 25% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE2A0 is #011D5F. Grayscale: #E3E3E3. Windows color (decimal): -73056 or 10543870. OLE color: 10543870.

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

Color convert

RGB 254 226 160 -
CMYK 0 0.11 0.37 0.00
HSL 42.13º 0.98% 0.81% -
HSV(B) 42.13º 0.37% 1% -
XYZ 74.41 78 44.39 -
YUV 226.85 90.28 147.37 -
System Red Green Blue C M Y K H S L
Decimal 254 226 160 0 0.11 0.37 0.00 42.13 0.98 0.81
Hex FE E2 A0 0 B 25 0 2A 62 51
Octal 376 342 240 0 13 45 0 52 142 121
Binary 11111110 11100010 10100000 0 1011 100101 0 101010 1100010 1010001

Color Harmonies of #FEE2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE2A0

Black with #FEE2A0

Text Example


Text Example

White with #FEE2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE2A0; }

 p { color: rgb(254,226,160); }

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

background-color css

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

 a { background-color: rgb(254,226,160); }

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

border-color css

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

 span { border-color: rgb(254,226,160); }

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