Html Css Color HEX #E5470F Persimmon

📋 copy color: '#E5470F'

red 229 ◦ green 71 ◦ blue 15

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

Shades of Persimmon #E5470F

Tints of Persimmon #E5470F

RGB

 RED value IS 229 (89.84% from 255) = 72.7%

 GREEN value IS 71 (28.13% from 255) = 22.54%

 BLUE value IS 15 (6.25% from 255) = 4.76%

R = 72.7%
G = 22.54%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E5470F (or 0xE5470F) is known color: Persimmon. HEX triplet: E5, 47 and 0F. RGB value is (229,71,15). Sum of RGB (Red+Green+Blue) = 229+71+15=315 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.70% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 229 - color contains mainly: red. Hex color #E5470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5470F is #1AB8F0. Grayscale: #707070. Windows color (decimal): -1751281 or 1001445. OLE color: 1001445.

HSL color Cylindrical-coordinate representation of color #E5470F: hue angle of 15.7º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5470F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 71 15 -
CMYK 0 0.69 0.93 0.10
HSL 15.7º 0.88% 0.48% -
HSV(B) 15.7º 0.93% 0.9% -
XYZ 34.65 21.2 2.72 -
YUV 111.86 73.35 211.55 -
System Red Green Blue C M Y K H S L
Decimal 229 71 15 0 0.69 0.93 0.10 15.7 0.88 0.48
Hex E5 47 F 0 45 5D A 10 58 30
Octal 345 107 17 0 105 135 12 20 130 60
Binary 11100101 1000111 1111 0 1000101 1011101 1010 10000 1011000 110000

Color Harmonies of #E5470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5470F

Black with #E5470F

Text Example


Text Example

White with #E5470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5470F; }

 p { color: rgb(229,71,15); }

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

background-color css

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

 a { background-color: rgb(229,71,15); }

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

border-color css

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

 span { border-color: rgb(229,71,15); }

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