Html Css Color HEX #E05714 Persimmon

📋 copy color: '#E05714'

red 224 ◦ green 87 ◦ blue 20

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

Shades of Persimmon #E05714

Tints of Persimmon #E05714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.28%

 BLUE value IS 20 (8.2% from 255) = 6.04%

R = 67.67%
G = 26.28%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E05714 (or 0xE05714) is known color: Persimmon. HEX triplet: E0, 57 and 14. RGB value is (224,87,20). Sum of RGB (Red+Green+Blue) = 224+87+20=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E05714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05714 is #1FA8EB. Grayscale: #787878. Windows color (decimal): -2074860 or 1333216. OLE color: 1333216.

HSL color Cylindrical-coordinate representation of color #E05714: hue angle of 19.71º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E05714 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 87 20 -
CMYK 0 0.61 0.91 0.12
HSL 19.71º 0.84% 0.48% -
HSV(B) 19.71º 0.91% 0.88% -
XYZ 34.27 22.71 3.24 -
YUV 120.33 71.39 201.95 -
System Red Green Blue C M Y K H S L
Decimal 224 87 20 0 0.61 0.91 0.12 19.71 0.84 0.48
Hex E0 57 14 0 3D 5B C 14 54 30
Octal 340 127 24 0 75 133 14 24 124 60
Binary 11100000 1010111 10100 0 111101 1011011 1100 10100 1010100 110000

Color Harmonies of #E05714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05714

Black with #E05714

Text Example


Text Example

White with #E05714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05714; }

 p { color: rgb(224,87,20); }

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

background-color css

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

 a { background-color: rgb(224,87,20); }

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

border-color css

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

 span { border-color: rgb(224,87,20); }

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