Html Css Color HEX #E64D14 Persimmon

📋 copy color: '#E64D14'

red 230 ◦ green 77 ◦ blue 20

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

Shades of Persimmon #E64D14

Tints of Persimmon #E64D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.55%

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

R = 70.34%
G = 23.55%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E64D14 (or 0xE64D14) is known color: Persimmon. HEX triplet: E6, 4D and 14. RGB value is (230,77,20). Sum of RGB (Red+Green+Blue) = 230+77+20=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E64D14 is #19B2EB. Grayscale: #747474. Windows color (decimal): -1684204 or 1330662. OLE color: 1330662.

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

Color convert

RGB 230 77 20 -
CMYK 0 0.67 0.91 0.10
HSL 16.29º 0.84% 0.49% -
HSV(B) 16.29º 0.91% 0.9% -
XYZ 35.41 22.18 3.08 -
YUV 116.25 73.69 209.13 -
System Red Green Blue C M Y K H S L
Decimal 230 77 20 0 0.67 0.91 0.10 16.29 0.84 0.49
Hex E6 4D 14 0 43 5B A 10 54 31
Octal 346 115 24 0 103 133 12 20 124 61
Binary 11100110 1001101 10100 0 1000011 1011011 1010 10000 1010100 110001

Color Harmonies of #E64D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D14

Black with #E64D14

Text Example


Text Example

White with #E64D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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