Html Css Color HEX #E96415 Persimmon

📋 copy color: '#E96415'

red 233 ◦ green 100 ◦ blue 21

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

Shades of Persimmon #E96415

Tints of Persimmon #E96415

RGB

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

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

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

R = 65.82%
G = 28.25%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E96415 (or 0xE96415) is known color: Persimmon. HEX triplet: E9, 64 and 15. RGB value is (233,100,21). Sum of RGB (Red+Green+Blue) = 233+100+21=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E96415 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96415 is #169BEA. Grayscale: #838383. Windows color (decimal): -1481707 or 1402089. OLE color: 1402089.

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

Color convert

RGB 233 100 21 -
CMYK 0 0.57 0.91 0.09
HSL 22.36º 0.83% 0.5% -
HSV(B) 22.36º 0.91% 0.91% -
XYZ 38.3 26.49 3.8 -
YUV 130.76 66.06 200.92 -
System Red Green Blue C M Y K H S L
Decimal 233 100 21 0 0.57 0.91 0.09 22.36 0.83 0.5
Hex E9 64 15 0 39 5B 9 16 53 32
Octal 351 144 25 0 71 133 11 26 123 62
Binary 11101001 1100100 10101 0 111001 1011011 1001 10110 1010011 110010

Color Harmonies of #E96415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96415

Black with #E96415

Text Example


Text Example

White with #E96415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96415; }

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

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

background-color css

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

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

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

border-color css

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

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

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