Html Css Color HEX #E75F13 Persimmon

📋 copy color: '#E75F13'

red 231 ◦ green 95 ◦ blue 19

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

Shades of Persimmon #E75F13

Tints of Persimmon #E75F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.51%

R = 66.96%
G = 27.54%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E75F13 (or 0xE75F13) is known color: Persimmon. HEX triplet: E7, 5F and 13. RGB value is (231,95,19). Sum of RGB (Red+Green+Blue) = 231+95+19=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75F13 is #18A0EC. Grayscale: #7F7F7F. Windows color (decimal): -1614061 or 1269735. OLE color: 1269735.

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

Color convert

RGB 231 95 19 -
CMYK 0 0.59 0.92 0.09
HSL 21.51º 0.85% 0.49% -
HSV(B) 21.51º 0.92% 0.91% -
XYZ 37.16 25.22 3.53 -
YUV 127 67.06 202.18 -
System Red Green Blue C M Y K H S L
Decimal 231 95 19 0 0.59 0.92 0.09 21.51 0.85 0.49
Hex E7 5F 13 0 3B 5C 9 16 55 31
Octal 347 137 23 0 73 134 11 26 125 61
Binary 11100111 1011111 10011 0 111011 1011100 1001 10110 1010101 110001

Color Harmonies of #E75F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75F13

Black with #E75F13

Text Example


Text Example

White with #E75F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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