Html Css Color HEX #E5460D Persimmon

📋 copy color: '#E5460D'

red 229 ◦ green 70 ◦ blue 13

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

Shades of Persimmon #E5460D

Tints of Persimmon #E5460D

RGB

 RED value IS 229 (89.84% from 255) = 73.4%

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

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

R = 73.4%
G = 22.44%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5460D (or 0xE5460D) is known color: Persimmon. HEX triplet: E5, 46 and 0D. RGB value is (229,70,13). Sum of RGB (Red+Green+Blue) = 229+70+13=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E5460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5460D is #1AB9F2. Grayscale: #6F6F6F. Windows color (decimal): -1751539 or 870117. OLE color: 870117.

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

Color convert

RGB 229 70 13 -
CMYK 0 0.69 0.94 0.10
HSL 15.83º 0.89% 0.47% -
HSV(B) 15.83º 0.94% 0.9% -
XYZ 34.58 21.07 2.62 -
YUV 111.04 72.68 212.13 -
System Red Green Blue C M Y K H S L
Decimal 229 70 13 0 0.69 0.94 0.10 15.83 0.89 0.47
Hex E5 46 D 0 45 5E A 10 59 2F
Octal 345 106 15 0 105 136 12 20 131 57
Binary 11100101 1000110 1101 0 1000101 1011110 1010 10000 1011001 101111

Color Harmonies of #E5460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5460D

Black with #E5460D

Text Example


Text Example

White with #E5460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5460D; }

 p { color: rgb(229,70,13); }

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

background-color css

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

 a { background-color: rgb(229,70,13); }

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

border-color css

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

 span { border-color: rgb(229,70,13); }

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