Html Css Color HEX #E35114 Persimmon

📋 copy color: '#E35114'

red 227 ◦ green 81 ◦ blue 20

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

Shades of Persimmon #E35114

Tints of Persimmon #E35114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.7%

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

R = 69.21%
G = 24.7%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E35114 (or 0xE35114) is known color: Persimmon. HEX triplet: E3, 51 and 14. RGB value is (227,81,20). Sum of RGB (Red+Green+Blue) = 227+81+20=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E35114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35114 is #1CAEEB. Grayscale: #767676. Windows color (decimal): -1879788 or 1331683. OLE color: 1331683.

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

Color convert

RGB 227 81 20 -
CMYK 0 0.64 0.91 0.11
HSL 17.68º 0.84% 0.48% -
HSV(B) 17.68º 0.91% 0.89% -
XYZ 34.75 22.27 3.13 -
YUV 117.7 72.87 205.96 -
System Red Green Blue C M Y K H S L
Decimal 227 81 20 0 0.64 0.91 0.11 17.68 0.84 0.48
Hex E3 51 14 0 40 5B B 12 54 30
Octal 343 121 24 0 100 133 13 22 124 60
Binary 11100011 1010001 10100 0 1000000 1011011 1011 10010 1010100 110000

Color Harmonies of #E35114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35114

Black with #E35114

Text Example


Text Example

White with #E35114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35114; }

 p { color: rgb(227,81,20); }

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

background-color css

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

 a { background-color: rgb(227,81,20); }

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

border-color css

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

 span { border-color: rgb(227,81,20); }

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