Html Css Color HEX #E75010 Persimmon

📋 copy color: '#E75010'

red 231 ◦ green 80 ◦ blue 16

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

Shades of Persimmon #E75010

Tints of Persimmon #E75010

RGB

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

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

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

R = 70.64%
G = 24.46%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E75010 (or 0xE75010) is known color: Persimmon. HEX triplet: E7, 50 and 10. RGB value is (231,80,16). Sum of RGB (Red+Green+Blue) = 231+80+16=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E75010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75010 is #18AFEF. Grayscale: #767676. Windows color (decimal): -1617904 or 1069287. OLE color: 1069287.

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

Color convert

RGB 231 80 16 -
CMYK 0 0.65 0.93 0.09
HSL 17.86º 0.87% 0.48% -
HSV(B) 17.86º 0.93% 0.91% -
XYZ 35.92 22.76 2.99 -
YUV 117.85 70.53 208.7 -
System Red Green Blue C M Y K H S L
Decimal 231 80 16 0 0.65 0.93 0.09 17.86 0.87 0.48
Hex E7 50 10 0 41 5D 9 12 57 30
Octal 347 120 20 0 101 135 11 22 127 60
Binary 11100111 1010000 10000 0 1000001 1011101 1001 10010 1010111 110000

Color Harmonies of #E75010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75010

Black with #E75010

Text Example


Text Example

White with #E75010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75010; }

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

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

background-color css

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

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

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

border-color css

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

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

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