Html Css Color HEX #E9460A Persimmon

📋 copy color: '#E9460A'

red 233 ◦ green 70 ◦ blue 10

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

Shades of Persimmon #E9460A

Tints of Persimmon #E9460A

RGB

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

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

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

R = 74.44%
G = 22.36%
B = 3.19%

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

#E9460A (or 0xE9460A) is known color: Persimmon. HEX triplet: E9, 46 and 0A. RGB value is (233,70,10). Sum of RGB (Red+Green+Blue) = 233+70+10=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E9460A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9460A is #16B9F5. Grayscale: #707070. Windows color (decimal): -1489398 or 673513. OLE color: 673513.

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

Color convert

RGB 233 70 10 -
CMYK 0 0.70 0.96 0.09
HSL 16.14º 0.92% 0.48% -
HSV(B) 16.14º 0.96% 0.91% -
XYZ 35.85 21.73 2.59 -
YUV 111.9 70.5 214.38 -
System Red Green Blue C M Y K H S L
Decimal 233 70 10 0 0.70 0.96 0.09 16.14 0.92 0.48
Hex E9 46 A 0 46 60 9 10 5C 30
Octal 351 106 12 0 106 140 11 20 134 60
Binary 11101001 1000110 1010 0 1000110 1100000 1001 10000 1011100 110000

Color Harmonies of #E9460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9460A

Black with #E9460A

Text Example


Text Example

White with #E9460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9460A; }

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

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

background-color css

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

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

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

border-color css

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

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

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