Html Css Color HEX #FFE5A0 Cream Brulee

📋 copy color: '#FFE5A0'

red 255 ◦ green 229 ◦ blue 160

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

Shades of Cream Brulee #FFE5A0

Tints of Cream Brulee #FFE5A0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.56%

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

R = 39.6%
G = 35.56%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFE5A0 (or 0xFFE5A0) is known color: Cream Brulee. HEX triplet: FF, E5 and A0. RGB value is (255,229,160). Sum of RGB (Red+Green+Blue) = 255+229+160=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 160 (62.89% from 255 or 24.84% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5A0 is #001A5F. Grayscale: #E5E5E5. Windows color (decimal): -6752 or 10544639. OLE color: 10544639.

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

Color convert

RGB 255 229 160 -
CMYK 0 0.10 0.37 0
HSL 43.58º 1% 0.81% -
HSV(B) 43.58º 0.37% 1% -
XYZ 75.6 79.84 44.68 -
YUV 228.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 255 229 160 0 0.10 0.37 0 43.58 1 0.81
Hex FF E5 A0 0 A 25 0 2C 64 51
Octal 377 345 240 0 12 45 0 54 144 121
Binary 11111111 11100101 10100000 0 1010 100101 0 101100 1100100 1010001

Color Harmonies of #FFE5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE5A0

Black with #FFE5A0

Text Example


Text Example

White with #FFE5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE5A0; }

 p { color: rgb(255,229,160); }

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

background-color css

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

 a { background-color: rgb(255,229,160); }

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

border-color css

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

 span { border-color: rgb(255,229,160); }

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