Html Css Color HEX #E05C0D Persimmon

📋 copy color: '#E05C0D'

red 224 ◦ green 92 ◦ blue 13

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

Shades of Persimmon #E05C0D

Tints of Persimmon #E05C0D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.96%

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

R = 68.09%
G = 27.96%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E05C0D (or 0xE05C0D) is known color: Persimmon. HEX triplet: E0, 5C and 0D. RGB value is (224,92,13). Sum of RGB (Red+Green+Blue) = 224+92+13=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05C0D is #1FA3F2. Grayscale: #7A7A7A. Windows color (decimal): -2073587 or 875744. OLE color: 875744.

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

Color convert

RGB 224 92 13 -
CMYK 0 0.59 0.94 0.12
HSL 22.46º 0.89% 0.46% -
HSV(B) 22.46º 0.94% 0.88% -
XYZ 34.64 23.53 3.1 -
YUV 122.46 66.23 200.42 -
System Red Green Blue C M Y K H S L
Decimal 224 92 13 0 0.59 0.94 0.12 22.46 0.89 0.46
Hex E0 5C D 0 3B 5E C 16 59 2E
Octal 340 134 15 0 73 136 14 26 131 56
Binary 11100000 1011100 1101 0 111011 1011110 1100 10110 1011001 101110

Color Harmonies of #E05C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C0D

Black with #E05C0D

Text Example


Text Example

White with #E05C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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