Html Css Color HEX #E0470E Persimmon

📋 copy color: '#E0470E'

red 224 ◦ green 71 ◦ blue 14

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

Shades of Persimmon #E0470E

Tints of Persimmon #E0470E

RGB

 RED value IS 224 (87.89% from 255) = 72.49%

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

 BLUE value IS 14 (5.86% from 255) = 4.53%

R = 72.49%
G = 22.98%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0470E (or 0xE0470E) is known color: Persimmon. HEX triplet: E0, 47 and 0E. RGB value is (224,71,14). Sum of RGB (Red+Green+Blue) = 224+71+14=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E0470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0470E is #1FB8F1. Grayscale: #6E6E6E. Windows color (decimal): -2078962 or 935904. OLE color: 935904.

HSL color Cylindrical-coordinate representation of color #E0470E: hue angle of 16.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0470E is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 71 14 -
CMYK 0 0.68 0.94 0.12
HSL 16.29º 0.88% 0.47% -
HSV(B) 16.29º 0.94% 0.88% -
XYZ 33.07 20.39 2.61 -
YUV 110.25 73.69 209.13 -
System Red Green Blue C M Y K H S L
Decimal 224 71 14 0 0.68 0.94 0.12 16.29 0.88 0.47
Hex E0 47 E 0 44 5E C 10 58 2F
Octal 340 107 16 0 104 136 14 20 130 57
Binary 11100000 1000111 1110 0 1000100 1011110 1100 10000 1011000 101111

Color Harmonies of #E0470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0470E

Black with #E0470E

Text Example


Text Example

White with #E0470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0470E; }

 p { color: rgb(224,71,14); }

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

background-color css

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

 a { background-color: rgb(224,71,14); }

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

border-color css

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

 span { border-color: rgb(224,71,14); }

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