Html Css Color HEX #FFE2A7 Cape Honey

📋 copy color: '#FFE2A7'

red 255 ◦ green 226 ◦ blue 167

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

Shades of Cape Honey #FFE2A7

Tints of Cape Honey #FFE2A7

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.88%

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

R = 39.35%
G = 34.88%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FFE2A7 (or 0xFFE2A7) is known color: Cape Honey. HEX triplet: FF, E2 and A7. RGB value is (255,226,167). Sum of RGB (Red+Green+Blue) = 255+226+167=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 167 (65.62% from 255 or 25.77% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE2A7 is #001D58. Grayscale: #E4E4E4. Windows color (decimal): -7513 or 11002623. OLE color: 11002623.

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

Color convert

RGB 255 226 167 -
CMYK 0 0.11 0.35 0
HSL 40.23º 1% 0.83% -
HSV(B) 40.23º 0.35% 1% -
XYZ 75.41 78.44 47.73 -
YUV 227.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 255 226 167 0 0.11 0.35 0 40.23 1 0.83
Hex FF E2 A7 0 B 23 0 28 64 53
Octal 377 342 247 0 13 43 0 50 144 123
Binary 11111111 11100010 10100111 0 1011 100011 0 101000 1100100 1010011

Color Harmonies of #FFE2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE2A7

Black with #FFE2A7

Text Example


Text Example

White with #FFE2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE2A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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