Html Css Color HEX #E0470B Persimmon

📋 copy color: '#E0470B'

red 224 ◦ green 71 ◦ blue 11

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

Shades of Persimmon #E0470B

Tints of Persimmon #E0470B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.59%

R = 73.2%
G = 23.2%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0470B (or 0xE0470B) is known color: Persimmon. HEX triplet: E0, 47 and 0B. RGB value is (224,71,11). Sum of RGB (Red+Green+Blue) = 224+71+11=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E0470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0470B is #1FB8F4. Grayscale: #6E6E6E. Windows color (decimal): -2078965 or 739296. OLE color: 739296.

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

Color convert

RGB 224 71 11 -
CMYK 0 0.68 0.95 0.12
HSL 16.9º 0.91% 0.46% -
HSV(B) 16.9º 0.95% 0.88% -
XYZ 33.05 20.38 2.51 -
YUV 109.91 72.19 209.38 -
System Red Green Blue C M Y K H S L
Decimal 224 71 11 0 0.68 0.95 0.12 16.9 0.91 0.46
Hex E0 47 B 0 44 5F C 11 5B 2E
Octal 340 107 13 0 104 137 14 21 133 56
Binary 11100000 1000111 1011 0 1000100 1011111 1100 10001 1011011 101110

Color Harmonies of #E0470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0470B

Black with #E0470B

Text Example


Text Example

White with #E0470B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0470B; }

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

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

background-color css

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

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

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

border-color css

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

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

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