Html Css Color HEX #E75019 Persimmon

📋 copy color: '#E75019'

red 231 ◦ green 80 ◦ blue 25

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

Shades of Persimmon #E75019

Tints of Persimmon #E75019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.44%

R = 68.75%
G = 23.81%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E75019 (or 0xE75019) is known color: Persimmon. HEX triplet: E7, 50 and 19. RGB value is (231,80,25). Sum of RGB (Red+Green+Blue) = 231+80+25=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E75019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75019 is #18AFE6. Grayscale: #777777. Windows color (decimal): -1617895 or 1659111. OLE color: 1659111.

HSL color Cylindrical-coordinate representation of color #E75019: hue angle of 16.02º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E75019 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 80 25 -
CMYK 0 0.65 0.89 0.09
HSL 16.02º 0.81% 0.5% -
HSV(B) 16.02º 0.89% 0.91% -
XYZ 36 22.8 3.42 -
YUV 118.88 75.03 207.97 -
System Red Green Blue C M Y K H S L
Decimal 231 80 25 0 0.65 0.89 0.09 16.02 0.81 0.5
Hex E7 50 19 0 41 59 9 10 51 32
Octal 347 120 31 0 101 131 11 20 121 62
Binary 11100111 1010000 11001 0 1000001 1011001 1001 10000 1010001 110010

Color Harmonies of #E75019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75019

Black with #E75019

Text Example


Text Example

White with #E75019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75019; }

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

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

background-color css

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

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

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

border-color css

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

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

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