Html Css Color HEX #E96215 Persimmon

📋 copy color: '#E96215'

red 233 ◦ green 98 ◦ blue 21

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

Shades of Persimmon #E96215

Tints of Persimmon #E96215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.84%

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

R = 66.19%
G = 27.84%
B = 5.97%

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

#E96215 (or 0xE96215) is known color: Persimmon. HEX triplet: E9, 62 and 15. RGB value is (233,98,21). Sum of RGB (Red+Green+Blue) = 233+98+21=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E96215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96215 is #169DEA. Grayscale: #828282. Windows color (decimal): -1482219 or 1401577. OLE color: 1401577.

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

Color convert

RGB 233 98 21 -
CMYK 0 0.58 0.91 0.09
HSL 21.79º 0.83% 0.5% -
HSV(B) 21.79º 0.91% 0.91% -
XYZ 38.11 26.11 3.74 -
YUV 129.59 66.73 201.76 -
System Red Green Blue C M Y K H S L
Decimal 233 98 21 0 0.58 0.91 0.09 21.79 0.83 0.5
Hex E9 62 15 0 3A 5B 9 16 53 32
Octal 351 142 25 0 72 133 11 26 123 62
Binary 11101001 1100010 10101 0 111010 1011011 1001 10110 1010011 110010

Color Harmonies of #E96215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96215

Black with #E96215

Text Example


Text Example

White with #E96215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96215; }

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

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

background-color css

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

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

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

border-color css

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

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

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