Html Css Color HEX #E05104 Persimmon

📋 copy color: '#E05104'

red 224 ◦ green 81 ◦ blue 4

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

Shades of Persimmon #E05104

Tints of Persimmon #E05104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.21%

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

R = 72.49%
G = 26.21%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E05104 (or 0xE05104) is known color: Persimmon. HEX triplet: E0, 51 and 04. RGB value is (224,81,4). Sum of RGB (Red+Green+Blue) = 224+81+4=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E05104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05104 is #1FAEFB. Grayscale: #737373. Windows color (decimal): -2076412 or 283104. OLE color: 283104.

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

Color convert

RGB 224 81 4 -
CMYK 0 0.64 0.98 0.12
HSL 21º 0.96% 0.45% -
HSV(B) 21º 0.98% 0.88% -
XYZ 33.7 21.74 2.53 -
YUV 114.98 65.38 205.76 -
System Red Green Blue C M Y K H S L
Decimal 224 81 4 0 0.64 0.98 0.12 21 0.96 0.45
Hex E0 51 4 0 40 62 C 15 60 2D
Octal 340 121 4 0 100 142 14 25 140 55
Binary 11100000 1010001 100 0 1000000 1100010 1100 10101 1100000 101101

Color Harmonies of #E05104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05104

Black with #E05104

Text Example


Text Example

White with #E05104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05104; }

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

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

background-color css

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

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

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

border-color css

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

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

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