Html Css Color HEX #E25010 Persimmon

📋 copy color: '#E25010'

red 226 ◦ green 80 ◦ blue 16

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

Shades of Persimmon #E25010

Tints of Persimmon #E25010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.84%

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

R = 70.19%
G = 24.84%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E25010 (or 0xE25010) is known color: Persimmon. HEX triplet: E2, 50 and 10. RGB value is (226,80,16). Sum of RGB (Red+Green+Blue) = 226+80+16=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E25010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25010 is #1DAFEF. Grayscale: #747474. Windows color (decimal): -1945584 or 1069282. OLE color: 1069282.

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

Color convert

RGB 226 80 16 -
CMYK 0 0.65 0.93 0.11
HSL 18.29º 0.87% 0.47% -
HSV(B) 18.29º 0.93% 0.89% -
XYZ 34.33 21.94 2.92 -
YUV 116.36 71.37 206.2 -
System Red Green Blue C M Y K H S L
Decimal 226 80 16 0 0.65 0.93 0.11 18.29 0.87 0.47
Hex E2 50 10 0 41 5D B 12 57 2F
Octal 342 120 20 0 101 135 13 22 127 57
Binary 11100010 1010000 10000 0 1000001 1011101 1011 10010 1010111 101111

Color Harmonies of #E25010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25010

Black with #E25010

Text Example


Text Example

White with #E25010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25010; }

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

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

background-color css

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

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

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

border-color css

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

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

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