Html Css Color HEX #E25504 Persimmon

📋 copy color: '#E25504'

red 226 ◦ green 85 ◦ blue 4

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

Shades of Persimmon #E25504

Tints of Persimmon #E25504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 71.75%
G = 26.98%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E25504 (or 0xE25504) is known color: Persimmon. HEX triplet: E2, 55 and 04. RGB value is (226,85,4). Sum of RGB (Red+Green+Blue) = 226+85+4=315 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.75% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 226 - color contains mainly: red. Hex color #E25504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25504 is #1DAAFB. Grayscale: #767676. Windows color (decimal): -1944316 or 284130. OLE color: 284130.

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

Color convert

RGB 226 85 4 -
CMYK 0 0.62 0.98 0.11
HSL 21.89º 0.97% 0.45% -
HSV(B) 21.89º 0.98% 0.89% -
XYZ 34.63 22.67 2.67 -
YUV 117.93 63.71 205.09 -
System Red Green Blue C M Y K H S L
Decimal 226 85 4 0 0.62 0.98 0.11 21.89 0.97 0.45
Hex E2 55 4 0 3E 62 B 16 61 2D
Octal 342 125 4 0 76 142 13 26 141 55
Binary 11100010 1010101 100 0 111110 1100010 1011 10110 1100001 101101

Color Harmonies of #E25504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25504

Black with #E25504

Text Example


Text Example

White with #E25504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25504; }

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

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

background-color css

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

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

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

border-color css

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

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

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