Html Css Color HEX #E75018 Persimmon

📋 copy color: '#E75018'

red 231 ◦ green 80 ◦ blue 24

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

Shades of Persimmon #E75018

Tints of Persimmon #E75018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.16%

R = 68.96%
G = 23.88%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E75018 (or 0xE75018) is known color: Persimmon. HEX triplet: E7, 50 and 18. RGB value is (231,80,24). Sum of RGB (Red+Green+Blue) = 231+80+24=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E75018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75018 is #18AFE7. Grayscale: #777777. Windows color (decimal): -1617896 or 1593575. OLE color: 1593575.

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

Color convert

RGB 231 80 24 -
CMYK 0 0.65 0.90 0.09
HSL 16.23º 0.81% 0.5% -
HSV(B) 16.23º 0.9% 0.91% -
XYZ 35.99 22.79 3.37 -
YUV 118.77 74.53 208.05 -
System Red Green Blue C M Y K H S L
Decimal 231 80 24 0 0.65 0.90 0.09 16.23 0.81 0.5
Hex E7 50 18 0 41 5A 9 10 51 32
Octal 347 120 30 0 101 132 11 20 121 62
Binary 11100111 1010000 11000 0 1000001 1011010 1001 10000 1010001 110010

Color Harmonies of #E75018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75018

Black with #E75018

Text Example


Text Example

White with #E75018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75018; }

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

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

background-color css

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

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

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

border-color css

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

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

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