Html Css Color HEX #E05D0F Persimmon

📋 copy color: '#E05D0F'

red 224 ◦ green 93 ◦ blue 15

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

Shades of Persimmon #E05D0F

Tints of Persimmon #E05D0F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.01%

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 67.47%
G = 28.01%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E05D0F (or 0xE05D0F) is known color: Persimmon. HEX triplet: E0, 5D and 0F. RGB value is (224,93,15). Sum of RGB (Red+Green+Blue) = 224+93+15=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05D0F is #1FA2F0. Grayscale: #7B7B7B. Windows color (decimal): -2073329 or 1007072. OLE color: 1007072.

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

Color convert

RGB 224 93 15 -
CMYK 0 0.58 0.93 0.12
HSL 22.39º 0.87% 0.47% -
HSV(B) 22.39º 0.93% 0.88% -
XYZ 34.74 23.71 3.2 -
YUV 123.28 66.9 199.84 -
System Red Green Blue C M Y K H S L
Decimal 224 93 15 0 0.58 0.93 0.12 22.39 0.87 0.47
Hex E0 5D F 0 3A 5D C 16 57 2F
Octal 340 135 17 0 72 135 14 26 127 57
Binary 11100000 1011101 1111 0 111010 1011101 1100 10110 1010111 101111

Color Harmonies of #E05D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D0F

Black with #E05D0F

Text Example


Text Example

White with #E05D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D0F; }

 p { color: rgb(224,93,15); }

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

background-color css

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

 a { background-color: rgb(224,93,15); }

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

border-color css

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

 span { border-color: rgb(224,93,15); }

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