Html Css Color HEX #E64D10 Persimmon

📋 copy color: '#E64D10'

red 230 ◦ green 77 ◦ blue 16

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

Shades of Persimmon #E64D10

Tints of Persimmon #E64D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.95%

R = 71.21%
G = 23.84%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E64D10 (or 0xE64D10) is known color: Persimmon. HEX triplet: E6, 4D and 10. RGB value is (230,77,16). Sum of RGB (Red+Green+Blue) = 230+77+16=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E64D10 is #19B2EF. Grayscale: #747474. Windows color (decimal): -1684208 or 1068518. OLE color: 1068518.

HSL color Cylindrical-coordinate representation of color #E64D10: hue angle of 17.1º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E64D10 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 77 16 -
CMYK 0 0.67 0.93 0.10
HSL 17.1º 0.87% 0.48% -
HSV(B) 17.1º 0.93% 0.9% -
XYZ 35.38 22.17 2.9 -
YUV 115.79 71.69 209.46 -
System Red Green Blue C M Y K H S L
Decimal 230 77 16 0 0.67 0.93 0.10 17.1 0.87 0.48
Hex E6 4D 10 0 43 5D A 11 57 30
Octal 346 115 20 0 103 135 12 21 127 60
Binary 11100110 1001101 10000 0 1000011 1011101 1010 10001 1010111 110000

Color Harmonies of #E64D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D10

Black with #E64D10

Text Example


Text Example

White with #E64D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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