Html Css Color HEX #E75017 Persimmon

📋 copy color: '#E75017'

red 231 ◦ green 80 ◦ blue 23

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

Shades of Persimmon #E75017

Tints of Persimmon #E75017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.89%

R = 69.16%
G = 23.95%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E75017 (or 0xE75017) is known color: Persimmon. HEX triplet: E7, 50 and 17. RGB value is (231,80,23). Sum of RGB (Red+Green+Blue) = 231+80+23=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E75017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75017 is #18AFE8. Grayscale: #777777. Windows color (decimal): -1617897 or 1528039. OLE color: 1528039.

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

Color convert

RGB 231 80 23 -
CMYK 0 0.65 0.90 0.09
HSL 16.44º 0.82% 0.5% -
HSV(B) 16.44º 0.9% 0.91% -
XYZ 35.98 22.79 3.31 -
YUV 118.65 74.03 208.13 -
System Red Green Blue C M Y K H S L
Decimal 231 80 23 0 0.65 0.90 0.09 16.44 0.82 0.5
Hex E7 50 17 0 41 5A 9 10 52 32
Octal 347 120 27 0 101 132 11 20 122 62
Binary 11100111 1010000 10111 0 1000001 1011010 1001 10000 1010010 110010

Color Harmonies of #E75017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75017

Black with #E75017

Text Example


Text Example

White with #E75017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75017; }

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

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

background-color css

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

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

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

border-color css

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

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

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