Html Css Color HEX #E76014 Persimmon

📋 copy color: '#E76014'

red 231 ◦ green 96 ◦ blue 20

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

Shades of Persimmon #E76014

Tints of Persimmon #E76014

RGB

 RED value IS 231 (90.63% from 255) = 66.57%

 GREEN value IS 96 (37.89% from 255) = 27.67%

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

R = 66.57%
G = 27.67%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E76014 (or 0xE76014) is known color: Persimmon. HEX triplet: E7, 60 and 14. RGB value is (231,96,20). Sum of RGB (Red+Green+Blue) = 231+96+20=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E76014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76014 is #189FEB. Grayscale: #808080. Windows color (decimal): -1613804 or 1335527. OLE color: 1335527.

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

Color convert

RGB 231 96 20 -
CMYK 0 0.58 0.91 0.09
HSL 21.61º 0.84% 0.49% -
HSV(B) 21.61º 0.91% 0.91% -
XYZ 37.26 25.41 3.6 -
YUV 127.7 67.23 201.68 -
System Red Green Blue C M Y K H S L
Decimal 231 96 20 0 0.58 0.91 0.09 21.61 0.84 0.49
Hex E7 60 14 0 3A 5B 9 16 54 31
Octal 347 140 24 0 72 133 11 26 124 61
Binary 11100111 1100000 10100 0 111010 1011011 1001 10110 1010100 110001

Color Harmonies of #E76014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76014

Black with #E76014

Text Example


Text Example

White with #E76014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76014; }

 p { color: rgb(231,96,20); }

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

background-color css

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

 a { background-color: rgb(231,96,20); }

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

border-color css

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

 span { border-color: rgb(231,96,20); }

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