Html Css Color HEX #FFE3A4 Cape Honey

📋 copy color: '#FFE3A4'

red 255 ◦ green 227 ◦ blue 164

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

Shades of Cape Honey #FFE3A4

Tints of Cape Honey #FFE3A4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.14%

 BLUE value IS 164 (64.45% from 255) = 25.39%

R = 39.47%
G = 35.14%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFE3A4 (or 0xFFE3A4) is known color: Cape Honey. HEX triplet: FF, E3 and A4. RGB value is (255,227,164). Sum of RGB (Red+Green+Blue) = 255+227+164=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 164 (64.45% from 255 or 25.39% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE3A4 is #001C5B. Grayscale: #E4E4E4. Windows color (decimal): -7260 or 10806271. OLE color: 10806271.

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

Color convert

RGB 255 227 164 -
CMYK 0 0.11 0.36 0
HSL 41.54º 1% 0.82% -
HSV(B) 41.54º 0.36% 1% -
XYZ 75.41 78.88 46.37 -
YUV 228.19 91.78 147.12 -
System Red Green Blue C M Y K H S L
Decimal 255 227 164 0 0.11 0.36 0 41.54 1 0.82
Hex FF E3 A4 0 B 24 0 2A 64 52
Octal 377 343 244 0 13 44 0 52 144 122
Binary 11111111 11100011 10100100 0 1011 100100 0 101010 1100100 1010010

Color Harmonies of #FFE3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE3A4

Black with #FFE3A4

Text Example


Text Example

White with #FFE3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE3A4; }

 p { color: rgb(255,227,164); }

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

background-color css

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

 a { background-color: rgb(255,227,164); }

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

border-color css

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

 span { border-color: rgb(255,227,164); }

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