Html Css Color HEX #E25311 Persimmon

📋 copy color: '#E25311'

red 226 ◦ green 83 ◦ blue 17

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

Shades of Persimmon #E25311

Tints of Persimmon #E25311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

 BLUE value IS 17 (7.03% from 255) = 5.21%

R = 69.33%
G = 25.46%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E25311 (or 0xE25311) is known color: Persimmon. HEX triplet: E2, 53 and 11. RGB value is (226,83,17). Sum of RGB (Red+Green+Blue) = 226+83+17=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E25311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25311 is #1DACEE. Grayscale: #767676. Windows color (decimal): -1944815 or 1135586. OLE color: 1135586.

HSL color Cylindrical-coordinate representation of color #E25311: hue angle of 18.95º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E25311 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 83 17 -
CMYK 0 0.63 0.92 0.11
HSL 18.95º 0.86% 0.48% -
HSV(B) 18.95º 0.92% 0.89% -
XYZ 34.56 22.4 3.03 -
YUV 118.23 70.88 204.87 -
System Red Green Blue C M Y K H S L
Decimal 226 83 17 0 0.63 0.92 0.11 18.95 0.86 0.48
Hex E2 53 11 0 3F 5C B 13 56 30
Octal 342 123 21 0 77 134 13 23 126 60
Binary 11100010 1010011 10001 0 111111 1011100 1011 10011 1010110 110000

Color Harmonies of #E25311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25311

Black with #E25311

Text Example


Text Example

White with #E25311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25311; }

 p { color: rgb(226,83,17); }

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

background-color css

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

 a { background-color: rgb(226,83,17); }

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

border-color css

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

 span { border-color: rgb(226,83,17); }

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