Html Css Color HEX #E75F17 Persimmon

📋 copy color: '#E75F17'

red 231 ◦ green 95 ◦ blue 23

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

Shades of Persimmon #E75F17

Tints of Persimmon #E75F17

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.22%

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

R = 66.19%
G = 27.22%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E75F17 (or 0xE75F17) is known color: Persimmon. HEX triplet: E7, 5F and 17. RGB value is (231,95,23). Sum of RGB (Red+Green+Blue) = 231+95+23=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75F17 is #18A0E8. Grayscale: #7F7F7F. Windows color (decimal): -1614057 or 1531879. OLE color: 1531879.

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

Color convert

RGB 231 95 23 -
CMYK 0 0.59 0.90 0.09
HSL 20.77º 0.82% 0.5% -
HSV(B) 20.77º 0.9% 0.91% -
XYZ 37.2 25.24 3.72 -
YUV 127.46 69.06 201.85 -
System Red Green Blue C M Y K H S L
Decimal 231 95 23 0 0.59 0.90 0.09 20.77 0.82 0.5
Hex E7 5F 17 0 3B 5A 9 15 52 32
Octal 347 137 27 0 73 132 11 25 122 62
Binary 11100111 1011111 10111 0 111011 1011010 1001 10101 1010010 110010

Color Harmonies of #E75F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75F17

Black with #E75F17

Text Example


Text Example

White with #E75F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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