Html Css Color HEX #E05E0D Persimmon

📋 copy color: '#E05E0D'

red 224 ◦ green 94 ◦ blue 13

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

Shades of Persimmon #E05E0D

Tints of Persimmon #E05E0D

RGB

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

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

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

R = 67.67%
G = 28.4%
B = 3.93%

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

#E05E0D (or 0xE05E0D) is known color: Persimmon. HEX triplet: E0, 5E and 0D. RGB value is (224,94,13). Sum of RGB (Red+Green+Blue) = 224+94+13=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05E0D is #1FA1F2. Grayscale: #7C7C7C. Windows color (decimal): -2073075 or 876256. OLE color: 876256.

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

Color convert

RGB 224 94 13 -
CMYK 0 0.58 0.94 0.12
HSL 23.03º 0.89% 0.46% -
HSV(B) 23.03º 0.94% 0.88% -
XYZ 34.82 23.88 3.16 -
YUV 123.64 65.57 199.59 -
System Red Green Blue C M Y K H S L
Decimal 224 94 13 0 0.58 0.94 0.12 23.03 0.89 0.46
Hex E0 5E D 0 3A 5E C 17 59 2E
Octal 340 136 15 0 72 136 14 27 131 56
Binary 11100000 1011110 1101 0 111010 1011110 1100 10111 1011001 101110

Color Harmonies of #E05E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05E0D

Black with #E05E0D

Text Example


Text Example

White with #E05E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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