Html Css Color HEX #E04F0D Persimmon

📋 copy color: '#E04F0D'

red 224 ◦ green 79 ◦ blue 13

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

Shades of Persimmon #E04F0D

Tints of Persimmon #E04F0D

RGB

 RED value IS 224 (87.89% from 255) = 70.89%

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

 BLUE value IS 13 (5.47% from 255) = 4.11%

R = 70.89%
G = 25%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E04F0D (or 0xE04F0D) is known color: Persimmon. HEX triplet: E0, 4F and 0D. RGB value is (224,79,13). Sum of RGB (Red+Green+Blue) = 224+79+13=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04F0D is #1FB0F2. Grayscale: #737373. Windows color (decimal): -2076915 or 872416. OLE color: 872416.

HSL color Cylindrical-coordinate representation of color #E04F0D: hue angle of 18.77º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E04F0D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 79 13 -
CMYK 0 0.65 0.94 0.12
HSL 18.77º 0.89% 0.46% -
HSV(B) 18.77º 0.94% 0.88% -
XYZ 33.61 21.47 2.75 -
YUV 114.83 70.54 205.87 -
System Red Green Blue C M Y K H S L
Decimal 224 79 13 0 0.65 0.94 0.12 18.77 0.89 0.46
Hex E0 4F D 0 41 5E C 13 59 2E
Octal 340 117 15 0 101 136 14 23 131 56
Binary 11100000 1001111 1101 0 1000001 1011110 1100 10011 1011001 101110

Color Harmonies of #E04F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F0D

Black with #E04F0D

Text Example


Text Example

White with #E04F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F0D; }

 p { color: rgb(224,79,13); }

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

background-color css

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

 a { background-color: rgb(224,79,13); }

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

border-color css

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

 span { border-color: rgb(224,79,13); }

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