Html Css Color HEX #E25008 Persimmon

📋 copy color: '#E25008'

red 226 ◦ green 80 ◦ blue 8

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

Shades of Persimmon #E25008

Tints of Persimmon #E25008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.55%

R = 71.97%
G = 25.48%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E25008 (or 0xE25008) is known color: Persimmon. HEX triplet: E2, 50 and 08. RGB value is (226,80,8). Sum of RGB (Red+Green+Blue) = 226+80+8=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E25008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25008 is #1DAFF7. Grayscale: #737373. Windows color (decimal): -1945592 or 544994. OLE color: 544994.

HSL color Cylindrical-coordinate representation of color #E25008: hue angle of 19.82º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E25008 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 80 8 -
CMYK 0 0.65 0.96 0.11
HSL 19.82º 0.93% 0.46% -
HSV(B) 19.82º 0.96% 0.89% -
XYZ 34.28 21.92 2.65 -
YUV 115.45 67.37 206.85 -
System Red Green Blue C M Y K H S L
Decimal 226 80 8 0 0.65 0.96 0.11 19.82 0.93 0.46
Hex E2 50 8 0 41 60 B 14 5D 2E
Octal 342 120 10 0 101 140 13 24 135 56
Binary 11100010 1010000 1000 0 1000001 1100000 1011 10100 1011101 101110

Color Harmonies of #E25008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25008

Black with #E25008

Text Example


Text Example

White with #E25008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25008; }

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

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

background-color css

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

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

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

border-color css

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

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

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