Html Css Color HEX #E75E12 Persimmon

📋 copy color: '#E75E12'

red 231 ◦ green 94 ◦ blue 18

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

Shades of Persimmon #E75E12

Tints of Persimmon #E75E12

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.41%

 BLUE value IS 18 (7.42% from 255) = 5.25%

R = 67.35%
G = 27.41%
B = 5.25%

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

#E75E12 (or 0xE75E12) is known color: Persimmon. HEX triplet: E7, 5E and 12. RGB value is (231,94,18). Sum of RGB (Red+Green+Blue) = 231+94+18=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75E12 is #18A1ED. Grayscale: #7E7E7E. Windows color (decimal): -1614318 or 1203943. OLE color: 1203943.

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

Color convert

RGB 231 94 18 -
CMYK 0 0.59 0.92 0.09
HSL 21.41º 0.86% 0.49% -
HSV(B) 21.41º 0.92% 0.91% -
XYZ 37.07 25.04 3.45 -
YUV 126.3 66.89 202.68 -
System Red Green Blue C M Y K H S L
Decimal 231 94 18 0 0.59 0.92 0.09 21.41 0.86 0.49
Hex E7 5E 12 0 3B 5C 9 15 56 31
Octal 347 136 22 0 73 134 11 25 126 61
Binary 11100111 1011110 10010 0 111011 1011100 1001 10101 1010110 110001

Color Harmonies of #E75E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75E12

Black with #E75E12

Text Example


Text Example

White with #E75E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75E12; }

 p { color: rgb(231,94,18); }

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

background-color css

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

 a { background-color: rgb(231,94,18); }

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

border-color css

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

 span { border-color: rgb(231,94,18); }

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