Html Css Color HEX #FFE6A5 Cape Honey

📋 copy color: '#FFE6A5'

red 255 ◦ green 230 ◦ blue 165

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

Shades of Cape Honey #FFE6A5

Tints of Cape Honey #FFE6A5

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 value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFE6A5 (or 0xFFE6A5) is known color: 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

RGB 255 230 165 -
CMYK 0 0.10 0.35 0
HSL 43.33º 1% 0.82% -
HSV(B) 43.33º 0.35% 1% -
XYZ 76.33 80.57 47.13 -
YUV 230.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 255 230 165 0 0.10 0.35 0 43.33 1 0.82
Hex FF E6 A5 0 A 23 0 2B 64 52
Octal 377 346 245 0 12 43 0 53 144 122
Binary 11111111 11100110 10100101 0 1010 100011 0 101011 1100100 1010010

Color Harmonies of #FFE6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6A5

Black with #FFE6A5

Text Example


Text Example

White with #FFE6A5

Text Example


Text Example

HTML Codes & Css Web 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>