Html Css Color HEX #E64A14 Persimmon

📋 copy color: '#E64A14'

red 230 ◦ green 74 ◦ blue 20

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

Shades of Persimmon #E64A14

Tints of Persimmon #E64A14

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.84%

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

R = 70.99%
G = 22.84%
B = 6.17%

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

#E64A14 (or 0xE64A14) is known color: Persimmon. HEX triplet: E6, 4A and 14. RGB value is (230,74,20). Sum of RGB (Red+Green+Blue) = 230+74+20=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64A14 is #19B5EB. Grayscale: #727272. Windows color (decimal): -1684972 or 1329894. OLE color: 1329894.

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

Color convert

RGB 230 74 20 -
CMYK 0 0.68 0.91 0.10
HSL 15.43º 0.84% 0.49% -
HSV(B) 15.43º 0.91% 0.9% -
XYZ 35.21 21.77 3.01 -
YUV 114.49 74.68 210.39 -
System Red Green Blue C M Y K H S L
Decimal 230 74 20 0 0.68 0.91 0.10 15.43 0.84 0.49
Hex E6 4A 14 0 44 5B A F 54 31
Octal 346 112 24 0 104 133 12 17 124 61
Binary 11100110 1001010 10100 0 1000100 1011011 1010 1111 1010100 110001

Color Harmonies of #E64A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A14

Black with #E64A14

Text Example


Text Example

White with #E64A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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