Html Css Color HEX #E64914 Persimmon

📋 copy color: '#E64914'

red 230 ◦ green 73 ◦ blue 20

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

Shades of Persimmon #E64914

Tints of Persimmon #E64914

RGB

 RED value IS 230 (90.23% from 255) = 71.21%

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

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

R = 71.21%
G = 22.6%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E64914 (or 0xE64914) is known color: Persimmon. HEX triplet: E6, 49 and 14. RGB value is (230,73,20). Sum of RGB (Red+Green+Blue) = 230+73+20=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E64914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64914 is #19B6EB. Grayscale: #727272. Windows color (decimal): -1685228 or 1329638. OLE color: 1329638.

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

Color convert

RGB 230 73 20 -
CMYK 0 0.68 0.91 0.10
HSL 15.14º 0.84% 0.49% -
HSV(B) 15.14º 0.91% 0.9% -
XYZ 35.14 21.64 2.99 -
YUV 113.9 75.01 210.81 -
System Red Green Blue C M Y K H S L
Decimal 230 73 20 0 0.68 0.91 0.10 15.14 0.84 0.49
Hex E6 49 14 0 44 5B A F 54 31
Octal 346 111 24 0 104 133 12 17 124 61
Binary 11100110 1001001 10100 0 1000100 1011011 1010 1111 1010100 110001

Color Harmonies of #E64914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64914

Black with #E64914

Text Example


Text Example

White with #E64914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64914; }

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

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

background-color css

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

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

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

border-color css

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

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

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