Html Css Color HEX #E04F0C Persimmon

📋 copy color: '#E04F0C'

red 224 ◦ green 79 ◦ blue 12

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

Shades of Persimmon #E04F0C

Tints of Persimmon #E04F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 71.11%
G = 25.08%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E04F0C (or 0xE04F0C) is known color: Persimmon. HEX triplet: E0, 4F and 0C. RGB value is (224,79,12). Sum of RGB (Red+Green+Blue) = 224+79+12=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04F0C is #1FB0F3. Grayscale: #737373. Windows color (decimal): -2076916 or 806880. OLE color: 806880.

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

Color convert

RGB 224 79 12 -
CMYK 0 0.65 0.95 0.12
HSL 18.96º 0.9% 0.46% -
HSV(B) 18.96º 0.95% 0.88% -
XYZ 33.6 21.47 2.72 -
YUV 114.72 70.04 205.95 -
System Red Green Blue C M Y K H S L
Decimal 224 79 12 0 0.65 0.95 0.12 18.96 0.9 0.46
Hex E0 4F C 0 41 5F C 13 5A 2E
Octal 340 117 14 0 101 137 14 23 132 56
Binary 11100000 1001111 1100 0 1000001 1011111 1100 10011 1011010 101110

Color Harmonies of #E04F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F0C

Black with #E04F0C

Text Example


Text Example

White with #E04F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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