Html Css Color HEX #FFE6AA Cape Honey

📋 copy color: '#FFE6AA'

red 255 ◦ green 230 ◦ blue 170

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

Shades of Cape Honey #FFE6AA

Tints of Cape Honey #FFE6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 25.95%

R = 38.93%
G = 35.11%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFE6AA (or 0xFFE6AA) is known color: Cape Honey. HEX triplet: FF, E6 and AA. RGB value is (255,230,170). Sum of RGB (Red+Green+Blue) = 255+230+170=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 170 (66.80% from 255 or 25.95% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE6AA is #001955. Grayscale: #E6E6E6. Windows color (decimal): -6486 or 11200255. OLE color: 11200255.

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

Color convert

RGB 255 230 170 -
CMYK 0 0.10 0.33 0
HSL 42.35º 1% 0.83% -
HSV(B) 42.35º 0.33% 1% -
XYZ 76.79 80.76 49.57 -
YUV 230.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 255 230 170 0 0.10 0.33 0 42.35 1 0.83
Hex FF E6 AA 0 A 21 0 2A 64 53
Octal 377 346 252 0 12 41 0 52 144 123
Binary 11111111 11100110 10101010 0 1010 100001 0 101010 1100100 1010011

Color Harmonies of #FFE6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6AA

Black with #FFE6AA

Text Example


Text Example

White with #FFE6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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