Html Css Color HEX #E74914 Persimmon

📋 copy color: '#E74914'

red 231 ◦ green 73 ◦ blue 20

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

Shades of Persimmon #E74914

Tints of Persimmon #E74914

RGB

 RED value IS 231 (90.63% from 255) = 71.3%

 GREEN value IS 73 (28.91% from 255) = 22.53%

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

R = 71.3%
G = 22.53%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E74914 (or 0xE74914) is known color: Persimmon. HEX triplet: E7, 49 and 14. RGB value is (231,73,20). Sum of RGB (Red+Green+Blue) = 231+73+20=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E74914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74914 is #18B6EB. Grayscale: #727272. Windows color (decimal): -1619692 or 1329639. OLE color: 1329639.

HSL color Cylindrical-coordinate representation of color #E74914: hue angle of 15.07º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E74914 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 73 20 -
CMYK 0 0.68 0.91 0.09
HSL 15.07º 0.84% 0.49% -
HSV(B) 15.07º 0.91% 0.91% -
XYZ 35.46 21.8 3 -
YUV 114.2 74.85 211.31 -
System Red Green Blue C M Y K H S L
Decimal 231 73 20 0 0.68 0.91 0.09 15.07 0.84 0.49
Hex E7 49 14 0 44 5B 9 F 54 31
Octal 347 111 24 0 104 133 11 17 124 61
Binary 11100111 1001001 10100 0 1000100 1011011 1001 1111 1010100 110001

Color Harmonies of #E74914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74914

Black with #E74914

Text Example


Text Example

White with #E74914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74914; }

 p { color: rgb(231,73,20); }

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

background-color css

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

 a { background-color: rgb(231,73,20); }

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

border-color css

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

 span { border-color: rgb(231,73,20); }

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