Html Css Color HEX #E04812 Persimmon

📋 copy color: '#E04812'

red 224 ◦ green 72 ◦ blue 18

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

Shades of Persimmon #E04812

Tints of Persimmon #E04812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.93%

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 71.34%
G = 22.93%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E04812 (or 0xE04812) is known color: Persimmon. HEX triplet: E0, 48 and 12. RGB value is (224,72,18). Sum of RGB (Red+Green+Blue) = 224+72+18=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E04812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04812 is #1FB7ED. Grayscale: #6F6F6F. Windows color (decimal): -2078702 or 1198304. OLE color: 1198304.

HSL color Cylindrical-coordinate representation of color #E04812: hue angle of 15.73º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E04812 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 72 18 -
CMYK 0 0.68 0.92 0.12
HSL 15.73º 0.85% 0.47% -
HSV(B) 15.73º 0.92% 0.88% -
XYZ 33.17 20.53 2.79 -
YUV 111.29 75.36 208.39 -
System Red Green Blue C M Y K H S L
Decimal 224 72 18 0 0.68 0.92 0.12 15.73 0.85 0.47
Hex E0 48 12 0 44 5C C 10 55 2F
Octal 340 110 22 0 104 134 14 20 125 57
Binary 11100000 1001000 10010 0 1000100 1011100 1100 10000 1010101 101111

Color Harmonies of #E04812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04812

Black with #E04812

Text Example


Text Example

White with #E04812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04812; }

 p { color: rgb(224,72,18); }

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

background-color css

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

 a { background-color: rgb(224,72,18); }

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

border-color css

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

 span { border-color: rgb(224,72,18); }

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