Html Css Color HEX #E35A14 Persimmon

📋 copy color: '#E35A14'

red 227 ◦ green 90 ◦ blue 20

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

Shades of Persimmon #E35A14

Tints of Persimmon #E35A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.71%

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

R = 67.36%
G = 26.71%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E35A14 (or 0xE35A14) is known color: Persimmon. HEX triplet: E3, 5A and 14. RGB value is (227,90,20). Sum of RGB (Red+Green+Blue) = 227+90+20=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35A14 is #1CA5EB. Grayscale: #7B7B7B. Windows color (decimal): -1877484 or 1333987. OLE color: 1333987.

HSL color Cylindrical-coordinate representation of color #E35A14: hue angle of 20.29º 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 #E35A14 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 90 20 -
CMYK 0 0.60 0.91 0.11
HSL 20.29º 0.84% 0.48% -
HSV(B) 20.29º 0.91% 0.89% -
XYZ 35.46 23.69 3.37 -
YUV 122.98 69.89 202.19 -
System Red Green Blue C M Y K H S L
Decimal 227 90 20 0 0.60 0.91 0.11 20.29 0.84 0.48
Hex E3 5A 14 0 3C 5B B 14 54 30
Octal 343 132 24 0 74 133 13 24 124 60
Binary 11100011 1011010 10100 0 111100 1011011 1011 10100 1010100 110000

Color Harmonies of #E35A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A14

Black with #E35A14

Text Example


Text Example

White with #E35A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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