Html Css Color HEX #E9470D Persimmon

📋 copy color: '#E9470D'

red 233 ◦ green 71 ◦ blue 13

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

Shades of Persimmon #E9470D

Tints of Persimmon #E9470D

RGB

 RED value IS 233 (91.41% from 255) = 73.5%

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

 BLUE value IS 13 (5.47% from 255) = 4.1%

R = 73.5%
G = 22.4%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9470D (or 0xE9470D) is known color: Persimmon. HEX triplet: E9, 47 and 0D. RGB value is (233,71,13). Sum of RGB (Red+Green+Blue) = 233+71+13=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E9470D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9470D is #16B8F2. Grayscale: #717171. Windows color (decimal): -1489139 or 870377. OLE color: 870377.

HSL color Cylindrical-coordinate representation of color #E9470D: hue angle of 15.82º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9470D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 71 13 -
CMYK 0 0.70 0.94 0.09
HSL 15.82º 0.89% 0.48% -
HSV(B) 15.82º 0.94% 0.91% -
XYZ 35.93 21.86 2.71 -
YUV 112.83 71.67 213.72 -
System Red Green Blue C M Y K H S L
Decimal 233 71 13 0 0.70 0.94 0.09 15.82 0.89 0.48
Hex E9 47 D 0 46 5E 9 10 59 30
Octal 351 107 15 0 106 136 11 20 131 60
Binary 11101001 1000111 1101 0 1000110 1011110 1001 10000 1011001 110000

Color Harmonies of #E9470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9470D

Black with #E9470D

Text Example


Text Example

White with #E9470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9470D; }

 p { color: rgb(233,71,13); }

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

background-color css

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

 a { background-color: rgb(233,71,13); }

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

border-color css

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

 span { border-color: rgb(233,71,13); }

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