Html Css Color HEX #E04705 Persimmon

📋 copy color: '#E04705'

red 224 ◦ green 71 ◦ blue 5

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

Shades of Persimmon #E04705

Tints of Persimmon #E04705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

 BLUE value IS 5 (2.34% from 255) = 1.67%

R = 74.67%
G = 23.67%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E04705 (or 0xE04705) is known color: Persimmon. HEX triplet: E0, 47 and 05. RGB value is (224,71,5). Sum of RGB (Red+Green+Blue) = 224+71+5=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E04705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04705 is #1FB8FA. Grayscale: #6D6D6D. Windows color (decimal): -2078971 or 346080. OLE color: 346080.

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

Color convert

RGB 224 71 5 -
CMYK 0 0.68 0.98 0.12
HSL 18.08º 0.96% 0.45% -
HSV(B) 18.08º 0.98% 0.88% -
XYZ 33.02 20.36 2.33 -
YUV 109.22 69.19 209.87 -
System Red Green Blue C M Y K H S L
Decimal 224 71 5 0 0.68 0.98 0.12 18.08 0.96 0.45
Hex E0 47 5 0 44 62 C 12 60 2D
Octal 340 107 5 0 104 142 14 22 140 55
Binary 11100000 1000111 101 0 1000100 1100010 1100 10010 1100000 101101

Color Harmonies of #E04705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04705

Black with #E04705

Text Example


Text Example

White with #E04705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04705; }

 p { color: rgb(224,71,5); }

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

background-color css

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

 a { background-color: rgb(224,71,5); }

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

border-color css

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

 span { border-color: rgb(224,71,5); }

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