Html Css Color HEX #E9470A Persimmon

📋 copy color: '#E9470A'

red 233 ◦ green 71 ◦ blue 10

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

Shades of Persimmon #E9470A

Tints of Persimmon #E9470A

RGB

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

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

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

R = 74.2%
G = 22.61%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E9470A (or 0xE9470A) is known color: Persimmon. HEX triplet: E9, 47 and 0A. RGB value is (233,71,10). Sum of RGB (Red+Green+Blue) = 233+71+10=314 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.20% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 233 - color contains mainly: red. Hex color #E9470A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9470A is #16B8F5. Grayscale: #707070. Windows color (decimal): -1489142 or 673769. OLE color: 673769.

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

Color convert

RGB 233 71 10 -
CMYK 0 0.70 0.96 0.09
HSL 16.41º 0.92% 0.48% -
HSV(B) 16.41º 0.96% 0.91% -
XYZ 35.91 21.85 2.61 -
YUV 112.48 70.17 213.96 -
System Red Green Blue C M Y K H S L
Decimal 233 71 10 0 0.70 0.96 0.09 16.41 0.92 0.48
Hex E9 47 A 0 46 60 9 10 5C 30
Octal 351 107 12 0 106 140 11 20 134 60
Binary 11101001 1000111 1010 0 1000110 1100000 1001 10000 1011100 110000

Color Harmonies of #E9470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9470A

Black with #E9470A

Text Example


Text Example

White with #E9470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9470A; }

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

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

background-color css

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

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

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

border-color css

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

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

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