Html Css Color HEX #FFE0A2 Cape Honey

📋 copy color: '#FFE0A2'

red 255 ◦ green 224 ◦ blue 162

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

Shades of Cape Honey #FFE0A2

Tints of Cape Honey #FFE0A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.27%

R = 39.78%
G = 34.95%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFE0A2 (or 0xFFE0A2) is known color: Cape Honey. HEX triplet: FF, E0 and A2. RGB value is (255,224,162). Sum of RGB (Red+Green+Blue) = 255+224+162=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 162 (63.67% from 255 or 25.27% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE0A2 is #001F5D. Grayscale: #E2E2E2. Windows color (decimal): -8030 or 10674431. OLE color: 10674431.

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

Color convert

RGB 255 224 162 -
CMYK 0 0.12 0.36 0
HSL 40º 1% 0.82% -
HSV(B) 40º 0.36% 1% -
XYZ 74.42 77.18 45.16 -
YUV 226.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 255 224 162 0 0.12 0.36 0 40 1 0.82
Hex FF E0 A2 0 C 24 0 28 64 52
Octal 377 340 242 0 14 44 0 50 144 122
Binary 11111111 11100000 10100010 0 1100 100100 0 101000 1100100 1010010

Color Harmonies of #FFE0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE0A2

Black with #FFE0A2

Text Example


Text Example

White with #FFE0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE0A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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