Html Css Color HEX #FFE6A0 Cream Brulee

📋 copy color: '#FFE6A0'

red 255 ◦ green 230 ◦ blue 160

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

Shades of Cream Brulee #FFE6A0

Tints of Cream Brulee #FFE6A0

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.66%

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

R = 39.53%
G = 35.66%
B = 24.81%

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

#FFE6A0 (or 0xFFE6A0) is known color: Cream Brulee. HEX triplet: FF, E6 and A0. RGB value is (255,230,160). Sum of RGB (Red+Green+Blue) = 255+230+160=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 160 (62.89% from 255 or 24.81% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE6A0 is #00195F. Grayscale: #E5E5E5. Windows color (decimal): -6496 or 10544895. OLE color: 10544895.

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

Color convert

RGB 255 230 160 -
CMYK 0 0.10 0.37 0
HSL 44.21º 1% 0.81% -
HSV(B) 44.21º 0.37% 1% -
XYZ 75.88 80.39 44.78 -
YUV 229.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 255 230 160 0 0.10 0.37 0 44.21 1 0.81
Hex FF E6 A0 0 A 25 0 2C 64 51
Octal 377 346 240 0 12 45 0 54 144 121
Binary 11111111 11100110 10100000 0 1010 100101 0 101100 1100100 1010001

Color Harmonies of #FFE6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6A0

Black with #FFE6A0

Text Example


Text Example

White with #FFE6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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