Html Css Color HEX #FEE295 Cream Brulee

📋 copy color: '#FEE295'

red 254 ◦ green 226 ◦ blue 149

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

Shades of Cream Brulee #FEE295

Tints of Cream Brulee #FEE295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.69%

R = 40.38%
G = 35.93%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEE295 (or 0xFEE295) is known color: Cream Brulee. HEX triplet: FE, E2 and 95. RGB value is (254,226,149). Sum of RGB (Red+Green+Blue) = 254+226+149=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 149 (58.59% from 255 or 23.69% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE295 is #011D6A. Grayscale: #E1E1E1. Windows color (decimal): -73067 or 9822974. OLE color: 9822974.

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

Color convert

RGB 254 226 149 -
CMYK 0 0.11 0.41 0.00
HSL 44º 0.98% 0.79% -
HSV(B) 44º 0.41% 1% -
XYZ 73.49 77.63 39.54 -
YUV 225.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 254 226 149 0 0.11 0.41 0.00 44 0.98 0.79
Hex FE E2 95 0 B 29 0 2C 62 4F
Octal 376 342 225 0 13 51 0 54 142 117
Binary 11111110 11100010 10010101 0 1011 101001 0 101100 1100010 1001111

Color Harmonies of #FEE295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE295

Black with #FEE295

Text Example


Text Example

White with #FEE295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE295; }

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

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

background-color css

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

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

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

border-color css

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

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

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