Html Css Color HEX #E05316 Persimmon

📋 copy color: '#E05316'

red 224 ◦ green 83 ◦ blue 22

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

Shades of Persimmon #E05316

Tints of Persimmon #E05316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.23%

 BLUE value IS 22 (8.98% from 255) = 6.69%

R = 68.09%
G = 25.23%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E05316 (or 0xE05316) is known color: Persimmon. HEX triplet: E0, 53 and 16. RGB value is (224,83,22). Sum of RGB (Red+Green+Blue) = 224+83+22=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E05316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05316 is #1FACE9. Grayscale: #767676. Windows color (decimal): -2075882 or 1463264. OLE color: 1463264.

HSL color Cylindrical-coordinate representation of color #E05316: hue angle of 18.12º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E05316 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 83 22 -
CMYK 0 0.63 0.90 0.12
HSL 18.12º 0.82% 0.48% -
HSV(B) 18.12º 0.9% 0.88% -
XYZ 33.98 22.09 3.23 -
YUV 118.21 73.71 203.46 -
System Red Green Blue C M Y K H S L
Decimal 224 83 22 0 0.63 0.90 0.12 18.12 0.82 0.48
Hex E0 53 16 0 3F 5A C 12 52 30
Octal 340 123 26 0 77 132 14 22 122 60
Binary 11100000 1010011 10110 0 111111 1011010 1100 10010 1010010 110000

Color Harmonies of #E05316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05316

Black with #E05316

Text Example


Text Example

White with #E05316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05316; }

 p { color: rgb(224,83,22); }

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

background-color css

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

 a { background-color: rgb(224,83,22); }

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

border-color css

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

 span { border-color: rgb(224,83,22); }

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