Html Css Color HEX #E04000 Persimmon

📋 copy color: '#E04000'

red 224 ◦ green 64 ◦ blue 0

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

Shades of Persimmon #E04000

Tints of Persimmon #E04000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.78%
G = 22.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E04000 (or 0xE04000) is known color: Persimmon. HEX triplet: E0, 40 and 00. RGB value is (224,64,0). Sum of RGB (Red+Green+Blue) = 224+64+0=288 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.78% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 224 - color contains mainly: red. Hex color #E04000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04000 is #1FBFFF. Grayscale: #686868. Windows color (decimal): -2080768 or 16608. OLE color: 16608.

HSL color Cylindrical-coordinate representation of color #E04000: hue angle of 17.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E04000 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 0 -
CMYK 0 0.71 1 0.12
HSL 17.14º 1% 0.44% -
HSV(B) 17.14º 1% 0.88% -
XYZ 32.57 19.51 2.05 -
YUV 104.54 69.01 213.2 -
System Red Green Blue C M Y K H S L
Decimal 224 64 0 0 0.71 1 0.12 17.14 1 0.44
Hex E0 40 0 0 47 64 C 11 64 2C
Octal 340 100 0 0 107 144 14 21 144 54
Binary 11100000 1000000 0 0 1000111 1100100 1100 10001 1100100 101100

Color Harmonies of #E04000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04000

Black with #E04000

Text Example


Text Example

White with #E04000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04000; }

 p { color: rgb(224,64,0); }

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

background-color css

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

 a { background-color: rgb(224,64,0); }

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

border-color css

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

 span { border-color: rgb(224,64,0); }

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