Html Css Color HEX #E04007 Persimmon

📋 copy color: '#E04007'

red 224 ◦ green 64 ◦ blue 7

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

Shades of Persimmon #E04007

Tints of Persimmon #E04007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.37%

R = 75.93%
G = 21.69%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E04007 (or 0xE04007) is known color: Persimmon. HEX triplet: E0, 40 and 07. RGB value is (224,64,7). Sum of RGB (Red+Green+Blue) = 224+64+7=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E04007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04007 is #1FBFF8. Grayscale: #696969. Windows color (decimal): -2080761 or 475360. OLE color: 475360.

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

Color convert

RGB 224 64 7 -
CMYK 0 0.71 0.97 0.12
HSL 15.76º 0.94% 0.45% -
HSV(B) 15.76º 0.97% 0.88% -
XYZ 32.61 19.53 2.25 -
YUV 105.34 72.51 212.63 -
System Red Green Blue C M Y K H S L
Decimal 224 64 7 0 0.71 0.97 0.12 15.76 0.94 0.45
Hex E0 40 7 0 47 61 C 10 5E 2D
Octal 340 100 7 0 107 141 14 20 136 55
Binary 11100000 1000000 111 0 1000111 1100001 1100 10000 1011110 101101

Color Harmonies of #E04007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04007

Black with #E04007

Text Example


Text Example

White with #E04007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04007; }

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

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

background-color css

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

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

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

border-color css

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

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

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