Html Css Color HEX #E05F0E Persimmon

📋 copy color: '#E05F0E'

red 224 ◦ green 95 ◦ blue 14

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

Shades of Persimmon #E05F0E

Tints of Persimmon #E05F0E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 67.27%
G = 28.53%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E05F0E (or 0xE05F0E) is known color: Persimmon. HEX triplet: E0, 5F and 0E. RGB value is (224,95,14). Sum of RGB (Red+Green+Blue) = 224+95+14=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05F0E is #1FA0F1. Grayscale: #7C7C7C. Windows color (decimal): -2072818 or 942048. OLE color: 942048.

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

Color convert

RGB 224 95 14 -
CMYK 0 0.58 0.94 0.12
HSL 23.14º 0.88% 0.47% -
HSV(B) 23.14º 0.94% 0.88% -
XYZ 34.91 24.06 3.22 -
YUV 124.34 65.74 199.09 -
System Red Green Blue C M Y K H S L
Decimal 224 95 14 0 0.58 0.94 0.12 23.14 0.88 0.47
Hex E0 5F E 0 3A 5E C 17 58 2F
Octal 340 137 16 0 72 136 14 27 130 57
Binary 11100000 1011111 1110 0 111010 1011110 1100 10111 1011000 101111

Color Harmonies of #E05F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F0E

Black with #E05F0E

Text Example


Text Example

White with #E05F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F0E; }

 p { color: rgb(224,95,14); }

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

background-color css

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

 a { background-color: rgb(224,95,14); }

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

border-color css

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

 span { border-color: rgb(224,95,14); }

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