Html Css Color HEX #E64F16 Persimmon

📋 copy color: '#E64F16'

red 230 ◦ green 79 ◦ blue 22

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

Shades of Persimmon #E64F16

Tints of Persimmon #E64F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.87%

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

R = 69.49%
G = 23.87%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E64F16 (or 0xE64F16) is known color: Persimmon. HEX triplet: E6, 4F and 16. RGB value is (230,79,22). Sum of RGB (Red+Green+Blue) = 230+79+22=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E64F16 is #19B0E9. Grayscale: #767676. Windows color (decimal): -1683690 or 1462246. OLE color: 1462246.

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

Color convert

RGB 230 79 22 -
CMYK 0 0.66 0.90 0.10
HSL 16.44º 0.83% 0.49% -
HSV(B) 16.44º 0.9% 0.9% -
XYZ 35.57 22.47 3.22 -
YUV 117.65 74.03 208.13 -
System Red Green Blue C M Y K H S L
Decimal 230 79 22 0 0.66 0.90 0.10 16.44 0.83 0.49
Hex E6 4F 16 0 42 5A A 10 53 31
Octal 346 117 26 0 102 132 12 20 123 61
Binary 11100110 1001111 10110 0 1000010 1011010 1010 10000 1010011 110001

Color Harmonies of #E64F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F16

Black with #E64F16

Text Example


Text Example

White with #E64F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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