Html Css Color HEX #E05D0E Persimmon

📋 copy color: '#E05D0E'

red 224 ◦ green 93 ◦ blue 14

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

Shades of Persimmon #E05D0E

Tints of Persimmon #E05D0E

RGB

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

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

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

R = 67.67%
G = 28.1%
B = 4.23%

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

#E05D0E (or 0xE05D0E) is known color: Persimmon. HEX triplet: E0, 5D and 0E. RGB value is (224,93,14). Sum of RGB (Red+Green+Blue) = 224+93+14=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05D0E is #1FA2F1. Grayscale: #7B7B7B. Windows color (decimal): -2073330 or 941536. OLE color: 941536.

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

Color convert

RGB 224 93 14 -
CMYK 0 0.58 0.94 0.12
HSL 22.57º 0.88% 0.47% -
HSV(B) 22.57º 0.94% 0.88% -
XYZ 34.73 23.71 3.16 -
YUV 123.16 66.4 199.92 -
System Red Green Blue C M Y K H S L
Decimal 224 93 14 0 0.58 0.94 0.12 22.57 0.88 0.47
Hex E0 5D E 0 3A 5E C 17 58 2F
Octal 340 135 16 0 72 136 14 27 130 57
Binary 11100000 1011101 1110 0 111010 1011110 1100 10111 1011000 101111

Color Harmonies of #E05D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D0E

Black with #E05D0E

Text Example


Text Example

White with #E05D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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