Html Css Color HEX #FFE096 Cream Brulee

📋 copy color: '#FFE096'

red 255 ◦ green 224 ◦ blue 150

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

Shades of Cream Brulee #FFE096

Tints of Cream Brulee #FFE096

RGB

 RED value IS 255 (100% from 255) = 40.54%

 GREEN value IS 224 (87.89% from 255) = 35.61%

 BLUE value IS 150 (58.98% from 255) = 23.85%

R = 40.54%
G = 35.61%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFE096 (or 0xFFE096) is known color: Cream Brulee. HEX triplet: FF, E0 and 96. RGB value is (255,224,150). Sum of RGB (Red+Green+Blue) = 255+224+150=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 150 (58.98% from 255 or 23.85% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE096 is #001F69. Grayscale: #E1E1E1. Windows color (decimal): -8042 or 9887999. OLE color: 9887999.

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

Color convert

RGB 255 224 150 -
CMYK 0 0.12 0.41 0
HSL 42.29º 1% 0.79% -
HSV(B) 42.29º 0.41% 1% -
XYZ 73.4 76.77 39.8 -
YUV 224.83 85.77 149.52 -
System Red Green Blue C M Y K H S L
Decimal 255 224 150 0 0.12 0.41 0 42.29 1 0.79
Hex FF E0 96 0 C 29 0 2A 64 4F
Octal 377 340 226 0 14 51 0 52 144 117
Binary 11111111 11100000 10010110 0 1100 101001 0 101010 1100100 1001111

Color Harmonies of #FFE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE096

Black with #FFE096

Text Example


Text Example

White with #FFE096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE096; }

 p { color: rgb(255,224,150); }

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

background-color css

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

 a { background-color: rgb(255,224,150); }

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

border-color css

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

 span { border-color: rgb(255,224,150); }

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