Html Css Color HEX #E95011 Persimmon

📋 copy color: '#E95011'

red 233 ◦ green 80 ◦ blue 17

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

Shades of Persimmon #E95011

Tints of Persimmon #E95011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.15%

R = 70.61%
G = 24.24%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E95011 (or 0xE95011) is known color: Persimmon. HEX triplet: E9, 50 and 11. RGB value is (233,80,17). Sum of RGB (Red+Green+Blue) = 233+80+17=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E95011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95011 is #16AFEE. Grayscale: #767676. Windows color (decimal): -1486831 or 1134825. OLE color: 1134825.

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

Color convert

RGB 233 80 17 -
CMYK 0 0.66 0.93 0.09
HSL 17.5º 0.86% 0.49% -
HSV(B) 17.5º 0.93% 0.91% -
XYZ 36.57 23.1 3.06 -
YUV 118.57 70.69 209.62 -
System Red Green Blue C M Y K H S L
Decimal 233 80 17 0 0.66 0.93 0.09 17.5 0.86 0.49
Hex E9 50 11 0 42 5D 9 12 56 31
Octal 351 120 21 0 102 135 11 22 126 61
Binary 11101001 1010000 10001 0 1000010 1011101 1001 10010 1010110 110001

Color Harmonies of #E95011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95011

Black with #E95011

Text Example


Text Example

White with #E95011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95011; }

 p { color: rgb(233,80,17); }

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

background-color css

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

 a { background-color: rgb(233,80,17); }

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

border-color css

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

 span { border-color: rgb(233,80,17); }

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