Html Css Color HEX #E2460F Persimmon

📋 copy color: '#E2460F'

red 226 ◦ green 70 ◦ blue 15

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

Shades of Persimmon #E2460F

Tints of Persimmon #E2460F

RGB

 RED value IS 226 (88.67% from 255) = 72.67%

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

 BLUE value IS 15 (6.25% from 255) = 4.82%

R = 72.67%
G = 22.51%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2460F (or 0xE2460F) is known color: Persimmon. HEX triplet: E2, 46 and 0F. RGB value is (226,70,15). Sum of RGB (Red+Green+Blue) = 226+70+15=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E2460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2460F is #1DB9F0. Grayscale: #6E6E6E. Windows color (decimal): -1948145 or 1001186. OLE color: 1001186.

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

Color convert

RGB 226 70 15 -
CMYK 0 0.69 0.93 0.11
HSL 15.64º 0.88% 0.47% -
HSV(B) 15.64º 0.93% 0.89% -
XYZ 33.64 20.58 2.65 -
YUV 110.37 74.18 210.47 -
System Red Green Blue C M Y K H S L
Decimal 226 70 15 0 0.69 0.93 0.11 15.64 0.88 0.47
Hex E2 46 F 0 45 5D B 10 58 2F
Octal 342 106 17 0 105 135 13 20 130 57
Binary 11100010 1000110 1111 0 1000101 1011101 1011 10000 1011000 101111

Color Harmonies of #E2460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2460F

Black with #E2460F

Text Example


Text Example

White with #E2460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2460F; }

 p { color: rgb(226,70,15); }

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

background-color css

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

 a { background-color: rgb(226,70,15); }

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

border-color css

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

 span { border-color: rgb(226,70,15); }

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