Html Css Color HEX #E04504 Persimmon

📋 copy color: '#E04504'

red 224 ◦ green 69 ◦ blue 4

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

Shades of Persimmon #E04504

Tints of Persimmon #E04504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.23%

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

R = 75.42%
G = 23.23%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E04504 (or 0xE04504) is known color: Persimmon. HEX triplet: E0, 45 and 04. RGB value is (224,69,4). Sum of RGB (Red+Green+Blue) = 224+69+4=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E04504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04504 is #1FBAFB. Grayscale: #6C6C6C. Windows color (decimal): -2079484 or 280032. OLE color: 280032.

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

Color convert

RGB 224 69 4 -
CMYK 0 0.69 0.98 0.12
HSL 17.73º 0.96% 0.45% -
HSV(B) 17.73º 0.98% 0.88% -
XYZ 32.89 20.11 2.26 -
YUV 107.94 69.35 210.79 -
System Red Green Blue C M Y K H S L
Decimal 224 69 4 0 0.69 0.98 0.12 17.73 0.96 0.45
Hex E0 45 4 0 45 62 C 12 60 2D
Octal 340 105 4 0 105 142 14 22 140 55
Binary 11100000 1000101 100 0 1000101 1100010 1100 10010 1100000 101101

Color Harmonies of #E04504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04504

Black with #E04504

Text Example


Text Example

White with #E04504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04504; }

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

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

background-color css

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

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

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

border-color css

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

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

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