Html Css Color HEX #E96411 Persimmon

📋 copy color: '#E96411'

red 233 ◦ green 100 ◦ blue 17

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

Shades of Persimmon #E96411

Tints of Persimmon #E96411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.57%

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

R = 66.57%
G = 28.57%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E96411 (or 0xE96411) is known color: Persimmon. HEX triplet: E9, 64 and 11. RGB value is (233,100,17). Sum of RGB (Red+Green+Blue) = 233+100+17=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E96411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96411 is #169BEE. Grayscale: #828282. Windows color (decimal): -1481711 or 1139945. OLE color: 1139945.

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

Color convert

RGB 233 100 17 -
CMYK 0 0.57 0.93 0.09
HSL 23.06º 0.86% 0.49% -
HSV(B) 23.06º 0.93% 0.91% -
XYZ 38.26 26.48 3.62 -
YUV 130.31 64.06 201.25 -
System Red Green Blue C M Y K H S L
Decimal 233 100 17 0 0.57 0.93 0.09 23.06 0.86 0.49
Hex E9 64 11 0 39 5D 9 17 56 31
Octal 351 144 21 0 71 135 11 27 126 61
Binary 11101001 1100100 10001 0 111001 1011101 1001 10111 1010110 110001

Color Harmonies of #E96411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96411

Black with #E96411

Text Example


Text Example

White with #E96411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96411; }

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

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

background-color css

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

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

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

border-color css

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

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

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