Html Css Color HEX #E05007 Persimmon

📋 copy color: '#E05007'

red 224 ◦ green 80 ◦ blue 7

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

Shades of Persimmon #E05007

Tints of Persimmon #E05007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

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

R = 72.03%
G = 25.72%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E05007 (or 0xE05007) is known color: Persimmon. HEX triplet: E0, 50 and 07. RGB value is (224,80,7). Sum of RGB (Red+Green+Blue) = 224+80+7=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E05007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05007 is #1FAFF8. Grayscale: #737373. Windows color (decimal): -2076665 or 479456. OLE color: 479456.

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

Color convert

RGB 224 80 7 -
CMYK 0 0.64 0.97 0.12
HSL 20.18º 0.94% 0.45% -
HSV(B) 20.18º 0.97% 0.88% -
XYZ 33.65 21.6 2.6 -
YUV 114.73 67.21 205.94 -
System Red Green Blue C M Y K H S L
Decimal 224 80 7 0 0.64 0.97 0.12 20.18 0.94 0.45
Hex E0 50 7 0 40 61 C 14 5E 2D
Octal 340 120 7 0 100 141 14 24 136 55
Binary 11100000 1010000 111 0 1000000 1100001 1100 10100 1011110 101101

Color Harmonies of #E05007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05007

Black with #E05007

Text Example


Text Example

White with #E05007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05007; }

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

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

background-color css

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

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

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

border-color css

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

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

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