Html Css Color HEX #E65914 Persimmon

📋 copy color: '#E65914'

red 230 ◦ green 89 ◦ blue 20

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

Shades of Persimmon #E65914

Tints of Persimmon #E65914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.25%

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

R = 67.85%
G = 26.25%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E65914 (or 0xE65914) is known color: Persimmon. HEX triplet: E6, 59 and 14. RGB value is (230,89,20). Sum of RGB (Red+Green+Blue) = 230+89+20=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E65914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65914 is #19A6EB. Grayscale: #7B7B7B. Windows color (decimal): -1681132 or 1333734. OLE color: 1333734.

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

Color convert

RGB 230 89 20 -
CMYK 0 0.61 0.91 0.10
HSL 19.71º 0.84% 0.49% -
HSV(B) 19.71º 0.91% 0.9% -
XYZ 36.33 24.02 3.38 -
YUV 123.29 69.71 204.11 -
System Red Green Blue C M Y K H S L
Decimal 230 89 20 0 0.61 0.91 0.10 19.71 0.84 0.49
Hex E6 59 14 0 3D 5B A 14 54 31
Octal 346 131 24 0 75 133 12 24 124 61
Binary 11100110 1011001 10100 0 111101 1011011 1010 10100 1010100 110001

Color Harmonies of #E65914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65914

Black with #E65914

Text Example


Text Example

White with #E65914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65914; }

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

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

background-color css

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

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

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

border-color css

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

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

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