Html Css Color HEX #E75D10 Persimmon

📋 copy color: '#E75D10'

red 231 ◦ green 93 ◦ blue 16

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

Shades of Persimmon #E75D10

Tints of Persimmon #E75D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 67.94%
G = 27.35%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E75D10 (or 0xE75D10) is known color: Persimmon. HEX triplet: E7, 5D and 10. RGB value is (231,93,16). Sum of RGB (Red+Green+Blue) = 231+93+16=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75D10 is #18A2EF. Grayscale: #7D7D7D. Windows color (decimal): -1614576 or 1072615. OLE color: 1072615.

HSL color Cylindrical-coordinate representation of color #E75D10: hue angle of 21.49º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E75D10 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 93 16 -
CMYK 0 0.60 0.93 0.09
HSL 21.49º 0.87% 0.48% -
HSV(B) 21.49º 0.93% 0.91% -
XYZ 36.96 24.86 3.34 -
YUV 125.48 66.22 203.26 -
System Red Green Blue C M Y K H S L
Decimal 231 93 16 0 0.60 0.93 0.09 21.49 0.87 0.48
Hex E7 5D 10 0 3C 5D 9 15 57 30
Octal 347 135 20 0 74 135 11 25 127 60
Binary 11100111 1011101 10000 0 111100 1011101 1001 10101 1010111 110000

Color Harmonies of #E75D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75D10

Black with #E75D10

Text Example


Text Example

White with #E75D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75D10; }

 p { color: rgb(231,93,16); }

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

background-color css

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

 a { background-color: rgb(231,93,16); }

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

border-color css

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

 span { border-color: rgb(231,93,16); }

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