Html Css Color HEX #E95115 Persimmon

📋 copy color: '#E95115'

red 233 ◦ green 81 ◦ blue 21

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

Shades of Persimmon #E95115

Tints of Persimmon #E95115

RGB

 RED value IS 233 (91.41% from 255) = 69.55%

 GREEN value IS 81 (32.03% from 255) = 24.18%

 BLUE value IS 21 (8.59% from 255) = 6.27%

R = 69.55%
G = 24.18%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E95115 (or 0xE95115) is known color: Persimmon. HEX triplet: E9, 51 and 15. RGB value is (233,81,21). Sum of RGB (Red+Green+Blue) = 233+81+21=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E95115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95115 is #16AEEA. Grayscale: #787878. Windows color (decimal): -1486571 or 1397225. OLE color: 1397225.

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

Color convert

RGB 233 81 21 -
CMYK 0 0.65 0.91 0.09
HSL 16.98º 0.83% 0.5% -
HSV(B) 16.98º 0.91% 0.91% -
XYZ 36.68 23.26 3.27 -
YUV 119.61 72.36 208.88 -
System Red Green Blue C M Y K H S L
Decimal 233 81 21 0 0.65 0.91 0.09 16.98 0.83 0.5
Hex E9 51 15 0 41 5B 9 11 53 32
Octal 351 121 25 0 101 133 11 21 123 62
Binary 11101001 1010001 10101 0 1000001 1011011 1001 10001 1010011 110010

Color Harmonies of #E95115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95115

Black with #E95115

Text Example


Text Example

White with #E95115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95115; }

 p { color: rgb(233,81,21); }

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

background-color css

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

 a { background-color: rgb(233,81,21); }

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

border-color css

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

 span { border-color: rgb(233,81,21); }

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