Html Css Color HEX #FFE6A2 Cream Brulee

📋 copy color: '#FFE6A2'

red 255 ◦ green 230 ◦ blue 162

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

Shades of Cream Brulee #FFE6A2

Tints of Cream Brulee #FFE6A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.04%

R = 39.41%
G = 35.55%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFE6A2 (or 0xFFE6A2) is known color: Cream Brulee. HEX triplet: FF, E6 and A2. RGB value is (255,230,162). Sum of RGB (Red+Green+Blue) = 255+230+162=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 162 (63.67% from 255 or 25.04% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE6A2 is #00195D. Grayscale: #E6E6E6. Windows color (decimal): -6494 or 10675967. OLE color: 10675967.

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

Color convert

RGB 255 230 162 -
CMYK 0 0.10 0.36 0
HSL 43.87º 1% 0.82% -
HSV(B) 43.87º 0.36% 1% -
XYZ 76.06 80.46 45.7 -
YUV 229.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 255 230 162 0 0.10 0.36 0 43.87 1 0.82
Hex FF E6 A2 0 A 24 0 2C 64 52
Octal 377 346 242 0 12 44 0 54 144 122
Binary 11111111 11100110 10100010 0 1010 100100 0 101100 1100100 1010010

Color Harmonies of #FFE6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6A2

Black with #FFE6A2

Text Example


Text Example

White with #FFE6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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