Html Css Color HEX #E04A0D Persimmon

📋 copy color: '#E04A0D'

red 224 ◦ green 74 ◦ blue 13

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

Shades of Persimmon #E04A0D

Tints of Persimmon #E04A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.79%

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

R = 72.03%
G = 23.79%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E04A0D (or 0xE04A0D) is known color: Persimmon. HEX triplet: E0, 4A and 0D. RGB value is (224,74,13). Sum of RGB (Red+Green+Blue) = 224+74+13=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04A0D is #1FB5F2. Grayscale: #707070. Windows color (decimal): -2078195 or 871136. OLE color: 871136.

HSL color Cylindrical-coordinate representation of color #E04A0D: hue angle of 17.35º 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 #E04A0D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 74 13 -
CMYK 0 0.67 0.94 0.12
HSL 17.35º 0.89% 0.46% -
HSV(B) 17.35º 0.94% 0.88% -
XYZ 33.26 20.77 2.64 -
YUV 111.9 72.2 207.96 -
System Red Green Blue C M Y K H S L
Decimal 224 74 13 0 0.67 0.94 0.12 17.35 0.89 0.46
Hex E0 4A D 0 43 5E C 11 59 2E
Octal 340 112 15 0 103 136 14 21 131 56
Binary 11100000 1001010 1101 0 1000011 1011110 1100 10001 1011001 101110

Color Harmonies of #E04A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04A0D

Black with #E04A0D

Text Example


Text Example

White with #E04A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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