Html Css Color HEX #E95614 Persimmon

📋 copy color: '#E95614'

red 233 ◦ green 86 ◦ blue 20

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

Shades of Persimmon #E95614

Tints of Persimmon #E95614

RGB

 RED value IS 233 (91.41% from 255) = 68.73%

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

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

R = 68.73%
G = 25.37%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E95614 (or 0xE95614) is known color: Persimmon. HEX triplet: E9, 56 and 14. RGB value is (233,86,20). Sum of RGB (Red+Green+Blue) = 233+86+20=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E95614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95614 is #16A9EB. Grayscale: #7A7A7A. Windows color (decimal): -1485292 or 1332969. OLE color: 1332969.

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

Color convert

RGB 233 86 20 -
CMYK 0 0.63 0.91 0.09
HSL 18.59º 0.84% 0.5% -
HSV(B) 18.59º 0.91% 0.91% -
XYZ 37.06 24.03 3.35 -
YUV 122.43 70.2 206.87 -
System Red Green Blue C M Y K H S L
Decimal 233 86 20 0 0.63 0.91 0.09 18.59 0.84 0.5
Hex E9 56 14 0 3F 5B 9 13 54 32
Octal 351 126 24 0 77 133 11 23 124 62
Binary 11101001 1010110 10100 0 111111 1011011 1001 10011 1010100 110010

Color Harmonies of #E95614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95614

Black with #E95614

Text Example


Text Example

White with #E95614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95614; }

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

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

background-color css

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

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

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

border-color css

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

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

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