Html Css Color HEX #E75014 Persimmon

📋 copy color: '#E75014'

red 231 ◦ green 80 ◦ blue 20

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

Shades of Persimmon #E75014

Tints of Persimmon #E75014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 69.79%
G = 24.17%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E75014 (or 0xE75014) is known color: Persimmon. HEX triplet: E7, 50 and 14. RGB value is (231,80,20). Sum of RGB (Red+Green+Blue) = 231+80+20=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E75014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75014 is #18AFEB. Grayscale: #767676. Windows color (decimal): -1617900 or 1331431. OLE color: 1331431.

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

Color convert

RGB 231 80 20 -
CMYK 0 0.65 0.91 0.09
HSL 17.06º 0.84% 0.49% -
HSV(B) 17.06º 0.91% 0.91% -
XYZ 35.95 22.78 3.16 -
YUV 118.31 72.53 208.38 -
System Red Green Blue C M Y K H S L
Decimal 231 80 20 0 0.65 0.91 0.09 17.06 0.84 0.49
Hex E7 50 14 0 41 5B 9 11 54 31
Octal 347 120 24 0 101 133 11 21 124 61
Binary 11100111 1010000 10100 0 1000001 1011011 1001 10001 1010100 110001

Color Harmonies of #E75014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75014

Black with #E75014

Text Example


Text Example

White with #E75014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75014; }

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

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

background-color css

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

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

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

border-color css

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

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

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