Html Css Color HEX #FFE6A7 Cape Honey

📋 copy color: '#FFE6A7'

red 255 ◦ green 230 ◦ blue 167

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

Shades of Cape Honey #FFE6A7

Tints of Cape Honey #FFE6A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 25.61%

R = 39.11%
G = 35.28%
B = 25.61%

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

#FFE6A7 (or 0xFFE6A7) is known color: Cape Honey. HEX triplet: FF, E6 and A7. RGB value is (255,230,167). Sum of RGB (Red+Green+Blue) = 255+230+167=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 167 (65.62% from 255 or 25.61% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE6A7 is #001958. Grayscale: #E6E6E6. Windows color (decimal): -6489 or 11003647. OLE color: 11003647.

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

Color convert

RGB 255 230 167 -
CMYK 0 0.10 0.35 0
HSL 42.95º 1% 0.83% -
HSV(B) 42.95º 0.35% 1% -
XYZ 76.51 80.64 48.09 -
YUV 230.29 92.28 145.62 -
System Red Green Blue C M Y K H S L
Decimal 255 230 167 0 0.10 0.35 0 42.95 1 0.83
Hex FF E6 A7 0 A 23 0 2B 64 53
Octal 377 346 247 0 12 43 0 53 144 123
Binary 11111111 11100110 10100111 0 1010 100011 0 101011 1100100 1010011

Color Harmonies of #FFE6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE6A7

Black with #FFE6A7

Text Example


Text Example

White with #FFE6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE6A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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