Html Css Color HEX #E9460E Persimmon

📋 copy color: '#E9460E'

red 233 ◦ green 70 ◦ blue 14

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

Shades of Persimmon #E9460E

Tints of Persimmon #E9460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

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

R = 73.5%
G = 22.08%
B = 4.42%

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

#E9460E (or 0xE9460E) is known color: Persimmon. HEX triplet: E9, 46 and 0E. RGB value is (233,70,14). Sum of RGB (Red+Green+Blue) = 233+70+14=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E9460E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9460E is #16B9F1. Grayscale: #707070. Windows color (decimal): -1489394 or 935657. OLE color: 935657.

HSL color Cylindrical-coordinate representation of color #E9460E: hue angle of 15.34º 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 #E9460E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 70 14 -
CMYK 0 0.70 0.94 0.09
HSL 15.34º 0.89% 0.48% -
HSV(B) 15.34º 0.94% 0.91% -
XYZ 35.87 21.74 2.72 -
YUV 112.35 72.5 214.05 -
System Red Green Blue C M Y K H S L
Decimal 233 70 14 0 0.70 0.94 0.09 15.34 0.89 0.48
Hex E9 46 E 0 46 5E 9 F 59 30
Octal 351 106 16 0 106 136 11 17 131 60
Binary 11101001 1000110 1110 0 1000110 1011110 1001 1111 1011001 110000

Color Harmonies of #E9460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9460E

Black with #E9460E

Text Example


Text Example

White with #E9460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9460E; }

 p { color: rgb(233,70,14); }

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

background-color css

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

 a { background-color: rgb(233,70,14); }

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

border-color css

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

 span { border-color: rgb(233,70,14); }

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