Html Css Color HEX #E96315 Persimmon

📋 copy color: '#E96315'

red 233 ◦ green 99 ◦ blue 21

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

Shades of Persimmon #E96315

Tints of Persimmon #E96315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

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

R = 66.01%
G = 28.05%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E96315 (or 0xE96315) is known color: Persimmon. HEX triplet: E9, 63 and 15. RGB value is (233,99,21). Sum of RGB (Red+Green+Blue) = 233+99+21=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E96315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96315 is #169CEA. Grayscale: #828282. Windows color (decimal): -1481963 or 1401833. OLE color: 1401833.

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

Color convert

RGB 233 99 21 -
CMYK 0 0.58 0.91 0.09
HSL 22.08º 0.83% 0.5% -
HSV(B) 22.08º 0.91% 0.91% -
XYZ 38.2 26.3 3.77 -
YUV 130.17 66.39 201.34 -
System Red Green Blue C M Y K H S L
Decimal 233 99 21 0 0.58 0.91 0.09 22.08 0.83 0.5
Hex E9 63 15 0 3A 5B 9 16 53 32
Octal 351 143 25 0 72 133 11 26 123 62
Binary 11101001 1100011 10101 0 111010 1011011 1001 10110 1010011 110010

Color Harmonies of #E96315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96315

Black with #E96315

Text Example


Text Example

White with #E96315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96315; }

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

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

background-color css

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

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

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

border-color css

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

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

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