Html Css Color HEX #E4470A Persimmon

📋 copy color: '#E4470A'

red 228 ◦ green 71 ◦ blue 10

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

Shades of Persimmon #E4470A

Tints of Persimmon #E4470A

RGB

 RED value IS 228 (89.45% from 255) = 73.79%

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

 BLUE value IS 10 (4.3% from 255) = 3.24%

R = 73.79%
G = 22.98%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E4470A (or 0xE4470A) is known color: Persimmon. HEX triplet: E4, 47 and 0A. RGB value is (228,71,10). Sum of RGB (Red+Green+Blue) = 228+71+10=309 (40% of max value = 765). Red value is 228 (89.45% from 255 or 73.79% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 228 - color contains mainly: red. Hex color #E4470A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4470A is #1BB8F5. Grayscale: #6F6F6F. Windows color (decimal): -1816822 or 673764. OLE color: 673764.

HSL color Cylindrical-coordinate representation of color #E4470A: hue angle of 16.79º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4470A is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 71 10 -
CMYK 0 0.69 0.96 0.11
HSL 16.79º 0.92% 0.47% -
HSV(B) 16.79º 0.96% 0.89% -
XYZ 34.3 21.02 2.54 -
YUV 110.99 71.01 211.46 -
System Red Green Blue C M Y K H S L
Decimal 228 71 10 0 0.69 0.96 0.11 16.79 0.92 0.47
Hex E4 47 A 0 45 60 B 11 5C 2F
Octal 344 107 12 0 105 140 13 21 134 57
Binary 11100100 1000111 1010 0 1000101 1100000 1011 10001 1011100 101111

Color Harmonies of #E4470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4470A

Black with #E4470A

Text Example


Text Example

White with #E4470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4470A; }

 p { color: rgb(228,71,10); }

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

background-color css

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

 a { background-color: rgb(228,71,10); }

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

border-color css

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

 span { border-color: rgb(228,71,10); }

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