Html Css Color HEX #E24F05 Persimmon

📋 copy color: '#E24F05'

red 226 ◦ green 79 ◦ blue 5

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

Shades of Persimmon #E24F05

Tints of Persimmon #E24F05

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.48%

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 72.9%
G = 25.48%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E24F05 (or 0xE24F05) is known color: Persimmon. HEX triplet: E2, 4F and 05. RGB value is (226,79,5). Sum of RGB (Red+Green+Blue) = 226+79+5=310 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.90% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E24F05 is #1DB0FA. Grayscale: #727272. Windows color (decimal): -1945851 or 348130. OLE color: 348130.

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

Color convert

RGB 226 79 5 -
CMYK 0 0.65 0.98 0.11
HSL 20.09º 0.96% 0.45% -
HSV(B) 20.09º 0.98% 0.89% -
XYZ 34.19 21.77 2.54 -
YUV 114.52 66.2 207.52 -
System Red Green Blue C M Y K H S L
Decimal 226 79 5 0 0.65 0.98 0.11 20.09 0.96 0.45
Hex E2 4F 5 0 41 62 B 14 60 2D
Octal 342 117 5 0 101 142 13 24 140 55
Binary 11100010 1001111 101 0 1000001 1100010 1011 10100 1100000 101101

Color Harmonies of #E24F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24F05

Black with #E24F05

Text Example


Text Example

White with #E24F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24F05; }

 p { color: rgb(226,79,5); }

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

background-color css

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

 a { background-color: rgb(226,79,5); }

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

border-color css

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

 span { border-color: rgb(226,79,5); }

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