Html Css Color HEX #E65116 Persimmon

📋 copy color: '#E65116'

red 230 ◦ green 81 ◦ blue 22

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

Shades of Persimmon #E65116

Tints of Persimmon #E65116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.32%

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

R = 69.07%
G = 24.32%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E65116 (or 0xE65116) is known color: Persimmon. HEX triplet: E6, 51 and 16. RGB value is (230,81,22). Sum of RGB (Red+Green+Blue) = 230+81+22=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E65116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65116 is #19AEE9. Grayscale: #777777. Windows color (decimal): -1683178 or 1462758. OLE color: 1462758.

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

Color convert

RGB 230 81 22 -
CMYK 0 0.65 0.90 0.10
HSL 17.02º 0.83% 0.49% -
HSV(B) 17.02º 0.9% 0.9% -
XYZ 35.72 22.77 3.27 -
YUV 118.83 73.36 207.3 -
System Red Green Blue C M Y K H S L
Decimal 230 81 22 0 0.65 0.90 0.10 17.02 0.83 0.49
Hex E6 51 16 0 41 5A A 11 53 31
Octal 346 121 26 0 101 132 12 21 123 61
Binary 11100110 1010001 10110 0 1000001 1011010 1010 10001 1010011 110001

Color Harmonies of #E65116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65116

Black with #E65116

Text Example


Text Example

White with #E65116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65116; }

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

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

background-color css

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

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

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

border-color css

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

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

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