Html Css Color HEX #E25218 Persimmon

📋 copy color: '#E25218'

red 226 ◦ green 82 ◦ blue 24

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

Shades of Persimmon #E25218

Tints of Persimmon #E25218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.7%

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 68.07%
G = 24.7%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E25218 (or 0xE25218) is known color: Persimmon. HEX triplet: E2, 52 and 18. RGB value is (226,82,24). Sum of RGB (Red+Green+Blue) = 226+82+24=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E25218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25218 is #1DADE7. Grayscale: #767676. Windows color (decimal): -1945064 or 1594082. OLE color: 1594082.

HSL color Cylindrical-coordinate representation of color #E25218: hue angle of 17.23º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E25218 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 82 24 -
CMYK 0 0.64 0.89 0.11
HSL 17.23º 0.81% 0.49% -
HSV(B) 17.23º 0.89% 0.89% -
XYZ 34.55 22.27 3.34 -
YUV 118.44 74.71 204.72 -
System Red Green Blue C M Y K H S L
Decimal 226 82 24 0 0.64 0.89 0.11 17.23 0.81 0.49
Hex E2 52 18 0 40 59 B 11 51 31
Octal 342 122 30 0 100 131 13 21 121 61
Binary 11100010 1010010 11000 0 1000000 1011001 1011 10001 1010001 110001

Color Harmonies of #E25218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25218

Black with #E25218

Text Example


Text Example

White with #E25218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25218; }

 p { color: rgb(226,82,24); }

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

background-color css

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

 a { background-color: rgb(226,82,24); }

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

border-color css

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

 span { border-color: rgb(226,82,24); }

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