Html Css Color HEX #E64511 Persimmon

📋 copy color: '#E64511'

red 230 ◦ green 69 ◦ blue 17

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

Shades of Persimmon #E64511

Tints of Persimmon #E64511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.84%

 BLUE value IS 17 (7.03% from 255) = 5.38%

R = 72.78%
G = 21.84%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E64511 (or 0xE64511) is known color: Persimmon. HEX triplet: E6, 45 and 11. RGB value is (230,69,17). Sum of RGB (Red+Green+Blue) = 230+69+17=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E64511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64511 is #19BAEE. Grayscale: #6F6F6F. Windows color (decimal): -1686255 or 1132006. OLE color: 1132006.

HSL color Cylindrical-coordinate representation of color #E64511: hue angle of 14.65º degrees, saturation: 0.86, 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 #E64511 is Cyan = 0, Magento = 0.7, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 69 17 -
CMYK 0 0.7 0.93 0.10
HSL 14.65º 0.86% 0.48% -
HSV(B) 14.65º 0.93% 0.9% -
XYZ 34.86 21.12 2.77 -
YUV 111.21 74.84 212.73 -
System Red Green Blue C M Y K H S L
Decimal 230 69 17 0 0.7 0.93 0.10 14.65 0.86 0.48
Hex E6 45 11 0 46 5D A F 56 30
Octal 346 105 21 0 106 135 12 17 126 60
Binary 11100110 1000101 10001 0 1000110 1011101 1010 1111 1010110 110000

Color Harmonies of #E64511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64511

Black with #E64511

Text Example


Text Example

White with #E64511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64511; }

 p { color: rgb(230,69,17); }

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

background-color css

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

 a { background-color: rgb(230,69,17); }

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

border-color css

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

 span { border-color: rgb(230,69,17); }

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