Html Css Color HEX #E25512 Persimmon

📋 copy color: '#E25512'

red 226 ◦ green 85 ◦ blue 18

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

Shades of Persimmon #E25512

Tints of Persimmon #E25512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.84%

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 68.69%
G = 25.84%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E25512 (or 0xE25512) is known color: Persimmon. HEX triplet: E2, 55 and 12. RGB value is (226,85,18). Sum of RGB (Red+Green+Blue) = 226+85+18=329 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.69% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 226 - color contains mainly: red. Hex color #E25512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25512 is #1DAAED. Grayscale: #777777. Windows color (decimal): -1944302 or 1201634. OLE color: 1201634.

HSL color Cylindrical-coordinate representation of color #E25512: hue angle of 19.33º degrees, saturation: 0.85, 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 #E25512 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 85 18 -
CMYK 0 0.62 0.92 0.11
HSL 19.33º 0.85% 0.48% -
HSV(B) 19.33º 0.92% 0.89% -
XYZ 34.72 22.71 3.13 -
YUV 119.52 70.71 203.95 -
System Red Green Blue C M Y K H S L
Decimal 226 85 18 0 0.62 0.92 0.11 19.33 0.85 0.48
Hex E2 55 12 0 3E 5C B 13 55 30
Octal 342 125 22 0 76 134 13 23 125 60
Binary 11100010 1010101 10010 0 111110 1011100 1011 10011 1010101 110000

Color Harmonies of #E25512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25512

Black with #E25512

Text Example


Text Example

White with #E25512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25512; }

 p { color: rgb(226,85,18); }

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

background-color css

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

 a { background-color: rgb(226,85,18); }

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

border-color css

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

 span { border-color: rgb(226,85,18); }

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