Html Css Color HEX #E65614 Persimmon

📋 copy color: '#E65614'

red 230 ◦ green 86 ◦ blue 20

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

Shades of Persimmon #E65614

Tints of Persimmon #E65614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.6%

 BLUE value IS 20 (8.2% from 255) = 5.95%

R = 68.45%
G = 25.6%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E65614 (or 0xE65614) is known color: Persimmon. HEX triplet: E6, 56 and 14. RGB value is (230,86,20). Sum of RGB (Red+Green+Blue) = 230+86+20=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E65614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65614 is #19A9EB. Grayscale: #797979. Windows color (decimal): -1681900 or 1332966. OLE color: 1332966.

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

Color convert

RGB 230 86 20 -
CMYK 0 0.63 0.91 0.10
HSL 18.86º 0.84% 0.49% -
HSV(B) 18.86º 0.91% 0.9% -
XYZ 36.09 23.53 3.3 -
YUV 121.53 70.71 205.37 -
System Red Green Blue C M Y K H S L
Decimal 230 86 20 0 0.63 0.91 0.10 18.86 0.84 0.49
Hex E6 56 14 0 3F 5B A 13 54 31
Octal 346 126 24 0 77 133 12 23 124 61
Binary 11100110 1010110 10100 0 111111 1011011 1010 10011 1010100 110001

Color Harmonies of #E65614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65614

Black with #E65614

Text Example


Text Example

White with #E65614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65614; }

 p { color: rgb(230,86,20); }

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

background-color css

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

 a { background-color: rgb(230,86,20); }

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

border-color css

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

 span { border-color: rgb(230,86,20); }

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