Html Css Color HEX #E05A0D Persimmon

📋 copy color: '#E05A0D'

red 224 ◦ green 90 ◦ blue 13

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

Shades of Persimmon #E05A0D

Tints of Persimmon #E05A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.52%

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

R = 68.5%
G = 27.52%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E05A0D (or 0xE05A0D) is known color: Persimmon. HEX triplet: E0, 5A and 0D. RGB value is (224,90,13). Sum of RGB (Red+Green+Blue) = 224+90+13=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05A0D is #1FA5F2. Grayscale: #797979. Windows color (decimal): -2074099 or 875232. OLE color: 875232.

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

Color convert

RGB 224 90 13 -
CMYK 0 0.60 0.94 0.12
HSL 21.9º 0.89% 0.46% -
HSV(B) 21.9º 0.94% 0.88% -
XYZ 34.47 23.19 3.04 -
YUV 121.29 66.89 201.26 -
System Red Green Blue C M Y K H S L
Decimal 224 90 13 0 0.60 0.94 0.12 21.9 0.89 0.46
Hex E0 5A D 0 3C 5E C 16 59 2E
Octal 340 132 15 0 74 136 14 26 131 56
Binary 11100000 1011010 1101 0 111100 1011110 1100 10110 1011001 101110

Color Harmonies of #E05A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A0D

Black with #E05A0D

Text Example


Text Example

White with #E05A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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