Html Css Color HEX #E96515 Persimmon

📋 copy color: '#E96515'

red 233 ◦ green 101 ◦ blue 21

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

Shades of Persimmon #E96515

Tints of Persimmon #E96515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.45%

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

R = 65.63%
G = 28.45%
B = 5.92%

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

#E96515 (or 0xE96515) is known color: Persimmon. HEX triplet: E9, 65 and 15. RGB value is (233,101,21). Sum of RGB (Red+Green+Blue) = 233+101+21=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E96515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96515 is #169AEA. Grayscale: #838383. Windows color (decimal): -1481451 or 1402345. OLE color: 1402345.

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

Color convert

RGB 233 101 21 -
CMYK 0 0.57 0.91 0.09
HSL 22.64º 0.83% 0.5% -
HSV(B) 22.64º 0.91% 0.91% -
XYZ 38.39 26.69 3.84 -
YUV 131.35 65.73 200.5 -
System Red Green Blue C M Y K H S L
Decimal 233 101 21 0 0.57 0.91 0.09 22.64 0.83 0.5
Hex E9 65 15 0 39 5B 9 17 53 32
Octal 351 145 25 0 71 133 11 27 123 62
Binary 11101001 1100101 10101 0 111001 1011011 1001 10111 1010011 110010

Color Harmonies of #E96515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96515

Black with #E96515

Text Example


Text Example

White with #E96515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96515; }

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

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

background-color css

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

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

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

border-color css

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

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

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