Html Css Color HEX #FFE0A7 Cape Honey

📋 copy color: '#FFE0A7'

red 255 ◦ green 224 ◦ blue 167

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

Shades of Cape Honey #FFE0A7

Tints of Cape Honey #FFE0A7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.67%

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

R = 39.47%
G = 34.67%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFE0A7 (or 0xFFE0A7) is known color: Cape Honey. HEX triplet: FF, E0 and A7. RGB value is (255,224,167). Sum of RGB (Red+Green+Blue) = 255+224+167=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 167 (65.62% from 255 or 25.85% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE0A7 is #001F58. Grayscale: #E3E3E3. Windows color (decimal): -8025 or 11002111. OLE color: 11002111.

HSL color Cylindrical-coordinate representation of color #FFE0A7: hue angle of 38.86º 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 #FFE0A7 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB 255 224 167 -
CMYK 0 0.12 0.35 0
HSL 38.86º 1% 0.83% -
HSV(B) 38.86º 0.35% 1% -
XYZ 74.87 77.36 47.55 -
YUV 226.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 255 224 167 0 0.12 0.35 0 38.86 1 0.83
Hex FF E0 A7 0 C 23 0 27 64 53
Octal 377 340 247 0 14 43 0 47 144 123
Binary 11111111 11100000 10100111 0 1100 100011 0 100111 1100100 1010011

Color Harmonies of #FFE0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE0A7

Black with #FFE0A7

Text Example


Text Example

White with #FFE0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE0A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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