Html Css Color HEX #E25E10 Persimmon

📋 copy color: '#E25E10'

red 226 ◦ green 94 ◦ blue 16

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

Shades of Persimmon #E25E10

Tints of Persimmon #E25E10

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.98%

 BLUE value IS 16 (6.64% from 255) = 4.76%

R = 67.26%
G = 27.98%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E25E10 (or 0xE25E10) is known color: Persimmon. HEX triplet: E2, 5E and 10. RGB value is (226,94,16). Sum of RGB (Red+Green+Blue) = 226+94+16=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25E10 is #1DA1EF. Grayscale: #7D7D7D. Windows color (decimal): -1942000 or 1072866. OLE color: 1072866.

HSL color Cylindrical-coordinate representation of color #E25E10: hue angle of 22.29º degrees, saturation: 0.87, 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 #E25E10 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 94 16 -
CMYK 0 0.58 0.93 0.11
HSL 22.29º 0.87% 0.47% -
HSV(B) 22.29º 0.93% 0.89% -
XYZ 35.46 24.21 3.29 -
YUV 124.58 66.73 200.34 -
System Red Green Blue C M Y K H S L
Decimal 226 94 16 0 0.58 0.93 0.11 22.29 0.87 0.47
Hex E2 5E 10 0 3A 5D B 16 57 2F
Octal 342 136 20 0 72 135 13 26 127 57
Binary 11100010 1011110 10000 0 111010 1011101 1011 10110 1010111 101111

Color Harmonies of #E25E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E10

Black with #E25E10

Text Example


Text Example

White with #E25E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E10; }

 p { color: rgb(226,94,16); }

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

background-color css

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

 a { background-color: rgb(226,94,16); }

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

border-color css

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

 span { border-color: rgb(226,94,16); }

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