Html Css Color HEX #E26010 Persimmon

📋 copy color: '#E26010'

red 226 ◦ green 96 ◦ blue 16

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

Shades of Persimmon #E26010

Tints of Persimmon #E26010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

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

R = 66.86%
G = 28.4%
B = 4.73%

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

#E26010 (or 0xE26010) is known color: Persimmon. HEX triplet: E2, 60 and 10. RGB value is (226,96,16). Sum of RGB (Red+Green+Blue) = 226+96+16=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E26010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26010 is #1D9FEF. Grayscale: #7E7E7E. Windows color (decimal): -1941488 or 1073378. OLE color: 1073378.

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

Color convert

RGB 226 96 16 -
CMYK 0 0.58 0.93 0.11
HSL 22.86º 0.87% 0.47% -
HSV(B) 22.86º 0.93% 0.89% -
XYZ 35.64 24.57 3.35 -
YUV 125.75 66.07 199.5 -
System Red Green Blue C M Y K H S L
Decimal 226 96 16 0 0.58 0.93 0.11 22.86 0.87 0.47
Hex E2 60 10 0 3A 5D B 17 57 2F
Octal 342 140 20 0 72 135 13 27 127 57
Binary 11100010 1100000 10000 0 111010 1011101 1011 10111 1010111 101111

Color Harmonies of #E26010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26010

Black with #E26010

Text Example


Text Example

White with #E26010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26010; }

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

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

background-color css

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

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

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

border-color css

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

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

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