Html Css Color HEX #E25802 Persimmon

📋 copy color: '#E25802'

red 226 ◦ green 88 ◦ blue 2

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

Shades of Persimmon #E25802

Tints of Persimmon #E25802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 71.52%
G = 27.85%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E25802 (or 0xE25802) is known color: Persimmon. HEX triplet: E2, 58 and 02. RGB value is (226,88,2). Sum of RGB (Red+Green+Blue) = 226+88+2=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E25802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25802 is #1DA7FD. Grayscale: #777777. Windows color (decimal): -1943550 or 153826. OLE color: 153826.

HSL color Cylindrical-coordinate representation of color #E25802: hue angle of 23.04º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E25802 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 88 2 -
CMYK 0 0.61 0.99 0.11
HSL 23.04º 0.98% 0.45% -
HSV(B) 23.04º 0.99% 0.89% -
XYZ 34.86 23.15 2.69 -
YUV 119.46 61.72 203.99 -
System Red Green Blue C M Y K H S L
Decimal 226 88 2 0 0.61 0.99 0.11 23.04 0.98 0.45
Hex E2 58 2 0 3D 63 B 17 62 2D
Octal 342 130 2 0 75 143 13 27 142 55
Binary 11100010 1011000 10 0 111101 1100011 1011 10111 1100010 101101

Color Harmonies of #E25802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25802

Black with #E25802

Text Example


Text Example

White with #E25802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25802; }

 p { color: rgb(226,88,2); }

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

background-color css

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

 a { background-color: rgb(226,88,2); }

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

border-color css

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

 span { border-color: rgb(226,88,2); }

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