Html Css Color HEX #E64916 Persimmon

📋 copy color: '#E64916'

red 230 ◦ green 73 ◦ blue 22

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

Shades of Persimmon #E64916

Tints of Persimmon #E64916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.77%

R = 70.77%
G = 22.46%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E64916 (or 0xE64916) is known color: Persimmon. HEX triplet: E6, 49 and 16. RGB value is (230,73,22). Sum of RGB (Red+Green+Blue) = 230+73+22=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E64916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64916 is #19B6E9. Grayscale: #727272. Windows color (decimal): -1685226 or 1460710. OLE color: 1460710.

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

Color convert

RGB 230 73 22 -
CMYK 0 0.68 0.90 0.10
HSL 14.71º 0.83% 0.49% -
HSV(B) 14.71º 0.9% 0.9% -
XYZ 35.16 21.65 3.08 -
YUV 114.13 76.01 210.65 -
System Red Green Blue C M Y K H S L
Decimal 230 73 22 0 0.68 0.90 0.10 14.71 0.83 0.49
Hex E6 49 16 0 44 5A A F 53 31
Octal 346 111 26 0 104 132 12 17 123 61
Binary 11100110 1001001 10110 0 1000100 1011010 1010 1111 1010011 110001

Color Harmonies of #E64916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64916

Black with #E64916

Text Example


Text Example

White with #E64916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64916; }

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

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

background-color css

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

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

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

border-color css

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

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

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