Html Css Color HEX #E05D04 Persimmon

📋 copy color: '#E05D04'

red 224 ◦ green 93 ◦ blue 4

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

Shades of Persimmon #E05D04

Tints of Persimmon #E05D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 69.78%
G = 28.97%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E05D04 (or 0xE05D04) is known color: Persimmon. HEX triplet: E0, 5D and 04. RGB value is (224,93,4). Sum of RGB (Red+Green+Blue) = 224+93+4=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05D04 is #1FA2FB. Grayscale: #7A7A7A. Windows color (decimal): -2073340 or 286176. OLE color: 286176.

HSL color Cylindrical-coordinate representation of color #E05D04: hue angle of 24.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E05D04 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 93 4 -
CMYK 0 0.58 0.98 0.12
HSL 24.27º 0.96% 0.45% -
HSV(B) 24.27º 0.98% 0.88% -
XYZ 34.68 23.68 2.86 -
YUV 122.02 61.4 200.74 -
System Red Green Blue C M Y K H S L
Decimal 224 93 4 0 0.58 0.98 0.12 24.27 0.96 0.45
Hex E0 5D 4 0 3A 62 C 18 60 2D
Octal 340 135 4 0 72 142 14 30 140 55
Binary 11100000 1011101 100 0 111010 1100010 1100 11000 1100000 101101

Color Harmonies of #E05D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D04

Black with #E05D04

Text Example


Text Example

White with #E05D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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