Html Css Color HEX #E34D16 Persimmon

📋 copy color: '#E34D16'

red 227 ◦ green 77 ◦ blue 22

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

Shades of Persimmon #E34D16

Tints of Persimmon #E34D16

RGB

 RED value IS 227 (89.06% from 255) = 69.63%

 GREEN value IS 77 (30.47% from 255) = 23.62%

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

R = 69.63%
G = 23.62%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E34D16 (or 0xE34D16) is known color: Persimmon. HEX triplet: E3, 4D and 16. RGB value is (227,77,22). Sum of RGB (Red+Green+Blue) = 227+77+22=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E34D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E34D16 is #1CB2E9. Grayscale: #737373. Windows color (decimal): -1880810 or 1461731. OLE color: 1461731.

HSL color Cylindrical-coordinate representation of color #E34D16: hue angle of 16.1º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E34D16 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 77 22 -
CMYK 0 0.66 0.90 0.11
HSL 16.1º 0.82% 0.49% -
HSV(B) 16.1º 0.9% 0.89% -
XYZ 34.48 21.7 3.13 -
YUV 115.58 75.2 207.47 -
System Red Green Blue C M Y K H S L
Decimal 227 77 22 0 0.66 0.90 0.11 16.1 0.82 0.49
Hex E3 4D 16 0 42 5A B 10 52 31
Octal 343 115 26 0 102 132 13 20 122 61
Binary 11100011 1001101 10110 0 1000010 1011010 1011 10000 1010010 110001

Color Harmonies of #E34D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34D16

Black with #E34D16

Text Example


Text Example

White with #E34D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34D16; }

 p { color: rgb(227,77,22); }

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

background-color css

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

 a { background-color: rgb(227,77,22); }

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

border-color css

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

 span { border-color: rgb(227,77,22); }

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