Html Css Color HEX #E05E0E Persimmon

📋 copy color: '#E05E0E'

red 224 ◦ green 94 ◦ blue 14

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

Shades of Persimmon #E05E0E

Tints of Persimmon #E05E0E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.31%

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

R = 67.47%
G = 28.31%
B = 4.22%

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

#E05E0E (or 0xE05E0E) is known color: Persimmon. HEX triplet: E0, 5E and 0E. RGB value is (224,94,14). Sum of RGB (Red+Green+Blue) = 224+94+14=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05E0E is #1FA1F1. Grayscale: #7C7C7C. Windows color (decimal): -2073074 or 941792. OLE color: 941792.

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

Color convert

RGB 224 94 14 -
CMYK 0 0.58 0.94 0.12
HSL 22.86º 0.88% 0.47% -
HSV(B) 22.86º 0.94% 0.88% -
XYZ 34.82 23.88 3.19 -
YUV 123.75 66.07 199.5 -
System Red Green Blue C M Y K H S L
Decimal 224 94 14 0 0.58 0.94 0.12 22.86 0.88 0.47
Hex E0 5E E 0 3A 5E C 17 58 2F
Octal 340 136 16 0 72 136 14 27 130 57
Binary 11100000 1011110 1110 0 111010 1011110 1100 10111 1011000 101111

Color Harmonies of #E05E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05E0E

Black with #E05E0E

Text Example


Text Example

White with #E05E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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