Html Css Color HEX #E25502 Persimmon

📋 copy color: '#E25502'

red 226 ◦ green 85 ◦ blue 2

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

Shades of Persimmon #E25502

Tints of Persimmon #E25502

RGB

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

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

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

R = 72.2%
G = 27.16%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E25502 (or 0xE25502) is known color: Persimmon. HEX triplet: E2, 55 and 02. RGB value is (226,85,2). Sum of RGB (Red+Green+Blue) = 226+85+2=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E25502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25502 is #1DAAFD. Grayscale: #767676. Windows color (decimal): -1944318 or 153058. OLE color: 153058.

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

Color convert

RGB 226 85 2 -
CMYK 0 0.62 0.99 0.11
HSL 22.23º 0.98% 0.45% -
HSV(B) 22.23º 0.99% 0.89% -
XYZ 34.62 22.67 2.61 -
YUV 117.7 62.71 205.25 -
System Red Green Blue C M Y K H S L
Decimal 226 85 2 0 0.62 0.99 0.11 22.23 0.98 0.45
Hex E2 55 2 0 3E 63 B 16 62 2D
Octal 342 125 2 0 76 143 13 26 142 55
Binary 11100010 1010101 10 0 111110 1100011 1011 10110 1100010 101101

Color Harmonies of #E25502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25502

Black with #E25502

Text Example


Text Example

White with #E25502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25502; }

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

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

background-color css

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

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

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

border-color css

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

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

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