Html Css Color HEX #E05F0D Persimmon

📋 copy color: '#E05F0D'

red 224 ◦ green 95 ◦ blue 13

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

Shades of Persimmon #E05F0D

Tints of Persimmon #E05F0D

RGB

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

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

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

R = 67.47%
G = 28.61%
B = 3.92%

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

#E05F0D (or 0xE05F0D) is known color: Persimmon. HEX triplet: E0, 5F and 0D. RGB value is (224,95,13). Sum of RGB (Red+Green+Blue) = 224+95+13=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05F0D is #1FA0F2. Grayscale: #7C7C7C. Windows color (decimal): -2072819 or 876512. OLE color: 876512.

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

Color convert

RGB 224 95 13 -
CMYK 0 0.58 0.94 0.12
HSL 23.32º 0.89% 0.46% -
HSV(B) 23.32º 0.94% 0.88% -
XYZ 34.91 24.06 3.19 -
YUV 124.22 65.24 199.17 -
System Red Green Blue C M Y K H S L
Decimal 224 95 13 0 0.58 0.94 0.12 23.32 0.89 0.46
Hex E0 5F D 0 3A 5E C 17 59 2E
Octal 340 137 15 0 72 136 14 27 131 56
Binary 11100000 1011111 1101 0 111010 1011110 1100 10111 1011001 101110

Color Harmonies of #E05F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F0D

Black with #E05F0D

Text Example


Text Example

White with #E05F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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