Html Css Color HEX #FFE3A5 Cape Honey

📋 copy color: '#FFE3A5'

red 255 ◦ green 227 ◦ blue 165

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

Shades of Cape Honey #FFE3A5

Tints of Cape Honey #FFE3A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.5%

R = 39.41%
G = 35.09%
B = 25.5%

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

#FFE3A5 (or 0xFFE3A5) is known color: Cape Honey. HEX triplet: FF, E3 and A5. RGB value is (255,227,165). Sum of RGB (Red+Green+Blue) = 255+227+165=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 227 (89.06% from 255 or 35.09% from 647); Blue value is 165 (64.84% from 255 or 25.50% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE3A5 is #001C5A. Grayscale: #E4E4E4. Windows color (decimal): -7259 or 10871807. OLE color: 10871807.

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

Color convert

RGB 255 227 165 -
CMYK 0 0.11 0.35 0
HSL 41.33º 1% 0.82% -
HSV(B) 41.33º 0.35% 1% -
XYZ 75.5 78.91 46.85 -
YUV 228.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 255 227 165 0 0.11 0.35 0 41.33 1 0.82
Hex FF E3 A5 0 B 23 0 29 64 52
Octal 377 343 245 0 13 43 0 51 144 122
Binary 11111111 11100011 10100101 0 1011 100011 0 101001 1100100 1010010

Color Harmonies of #FFE3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE3A5

Black with #FFE3A5

Text Example


Text Example

White with #FFE3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE3A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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