Html Css Color HEX #E25A04 Persimmon

📋 copy color: '#E25A04'

red 226 ◦ green 90 ◦ blue 4

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

Shades of Persimmon #E25A04

Tints of Persimmon #E25A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.13%

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

R = 70.63%
G = 28.13%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E25A04 (or 0xE25A04) is known color: Persimmon. HEX triplet: E2, 5A and 04. RGB value is (226,90,4). Sum of RGB (Red+Green+Blue) = 226+90+4=320 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.62% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25A04 is #1DA5FB. Grayscale: #797979. Windows color (decimal): -1943036 or 285410. OLE color: 285410.

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

Color convert

RGB 226 90 4 -
CMYK 0 0.60 0.98 0.11
HSL 23.24º 0.97% 0.45% -
HSV(B) 23.24º 0.98% 0.89% -
XYZ 35.04 23.49 2.8 -
YUV 120.86 62.06 202.99 -
System Red Green Blue C M Y K H S L
Decimal 226 90 4 0 0.60 0.98 0.11 23.24 0.97 0.45
Hex E2 5A 4 0 3C 62 B 17 61 2D
Octal 342 132 4 0 74 142 13 27 141 55
Binary 11100010 1011010 100 0 111100 1100010 1011 10111 1100001 101101

Color Harmonies of #E25A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25A04

Black with #E25A04

Text Example


Text Example

White with #E25A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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