Html Css Color HEX #E25B15 Persimmon

📋 copy color: '#E25B15'

red 226 ◦ green 91 ◦ blue 21

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

Shades of Persimmon #E25B15

Tints of Persimmon #E25B15

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.92%

 BLUE value IS 21 (8.59% from 255) = 6.21%

R = 66.86%
G = 26.92%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E25B15 (or 0xE25B15) is known color: Persimmon. HEX triplet: E2, 5B and 15. RGB value is (226,91,21). Sum of RGB (Red+Green+Blue) = 226+91+21=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25B15 is #1DA4EA. Grayscale: #7B7B7B. Windows color (decimal): -1942763 or 1399778. OLE color: 1399778.

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

Color convert

RGB 226 91 21 -
CMYK 0 0.60 0.91 0.11
HSL 20.49º 0.83% 0.48% -
HSV(B) 20.49º 0.91% 0.89% -
XYZ 35.24 23.71 3.43 -
YUV 123.39 70.23 201.19 -
System Red Green Blue C M Y K H S L
Decimal 226 91 21 0 0.60 0.91 0.11 20.49 0.83 0.48
Hex E2 5B 15 0 3C 5B B 14 53 30
Octal 342 133 25 0 74 133 13 24 123 60
Binary 11100010 1011011 10101 0 111100 1011011 1011 10100 1010011 110000

Color Harmonies of #E25B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25B15

Black with #E25B15

Text Example


Text Example

White with #E25B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25B15; }

 p { color: rgb(226,91,21); }

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

background-color css

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

 a { background-color: rgb(226,91,21); }

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

border-color css

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

 span { border-color: rgb(226,91,21); }

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