#FFE6A5

Color #FFE6A5 Cape Honey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Honey #FFE6A5

Tints of Cape Honey #FFE6A5

Color information

#FFE6A5 (or 0xFFE6A5) is unknown color: approx Cape Honey. HEX triplet: FF, E6 and A5. RGB value is (255,230,165). Sum of RGB (Red+Green+Blue) = 255+230+165=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 165 (64.84% from 255 or 25.38% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE6A5 is #00195A. Grayscale: #E6E6E6. Windows color (decimal): -6491 or 10872575. OLE color: 10872575.

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

Color convert

RGB255230165-
CMYK00.100.350
HSL43.33º100%82.35%-
HSV(B)43.33º35.29%100%-
XYZ76.3380.5747.13-
YUV230.0691.28145.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 230 (90.23% from 255) = 35.38%
BLUE value IS 165 (64.84% from 255) = 25.38%
R=39.23%
G=35.38%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523016500.100.35043.3310082.35
HexFFE6A50A2302b6452
Octal37734624501243053144122
Binary11111111111001101010010101010100011010101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6A5; }

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

 H1.HeaderClassName
 {
   color: #FFE6A5;
 }
 .AnyTagClassName
 {
   color: #FFE6A5;
 }
</style>
background-color css

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

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

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

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

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

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