Html Css Color HEX #FEE395 Cream Brulee

📋 copy color: '#FEE395'

red 254 ◦ green 227 ◦ blue 149

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

Shades of Cream Brulee #FEE395

Tints of Cream Brulee #FEE395

RGB

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

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

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

R = 40.32%
G = 36.03%
B = 23.65%

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

#FEE395 (or 0xFEE395) is known color: Cream Brulee. HEX triplet: FE, E3 and 95. RGB value is (254,227,149). Sum of RGB (Red+Green+Blue) = 254+227+149=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 149 (58.59% from 255 or 23.65% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE395 is #011C6A. Grayscale: #E2E2E2. Windows color (decimal): -72811 or 9823230. OLE color: 9823230.

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

Color convert

RGB 254 227 149 -
CMYK 0 0.11 0.41 0.00
HSL 44.57º 0.98% 0.79% -
HSV(B) 44.57º 0.41% 1% -
XYZ 73.77 78.18 39.64 -
YUV 226.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 254 227 149 0 0.11 0.41 0.00 44.57 0.98 0.79
Hex FE E3 95 0 B 29 0 2D 62 4F
Octal 376 343 225 0 13 51 0 55 142 117
Binary 11111110 11100011 10010101 0 1011 101001 0 101101 1100010 1001111

Color Harmonies of #FEE395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE395

Black with #FEE395

Text Example


Text Example

White with #FEE395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE395; }

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

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

background-color css

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

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

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

border-color css

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

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

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