Html Css Color HEX #E96613 Persimmon

📋 copy color: '#E96613'

red 233 ◦ green 102 ◦ blue 19

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

Shades of Persimmon #E96613

Tints of Persimmon #E96613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

 BLUE value IS 19 (7.81% from 255) = 5.37%

R = 65.82%
G = 28.81%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E96613 (or 0xE96613) is known color: Persimmon. HEX triplet: E9, 66 and 13. RGB value is (233,102,19). Sum of RGB (Red+Green+Blue) = 233+102+19=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E96613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96613 is #1699EC. Grayscale: #848484. Windows color (decimal): -1481197 or 1271529. OLE color: 1271529.

HSL color Cylindrical-coordinate representation of color #E96613: hue angle of 23.27º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E96613 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 102 19 -
CMYK 0 0.56 0.92 0.09
HSL 23.27º 0.85% 0.49% -
HSV(B) 23.27º 0.92% 0.91% -
XYZ 38.47 26.87 3.78 -
YUV 131.71 64.4 200.25 -
System Red Green Blue C M Y K H S L
Decimal 233 102 19 0 0.56 0.92 0.09 23.27 0.85 0.49
Hex E9 66 13 0 38 5C 9 17 55 31
Octal 351 146 23 0 70 134 11 27 125 61
Binary 11101001 1100110 10011 0 111000 1011100 1001 10111 1010101 110001

Color Harmonies of #E96613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96613

Black with #E96613

Text Example


Text Example

White with #E96613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96613; }

 p { color: rgb(233,102,19); }

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

background-color css

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

 a { background-color: rgb(233,102,19); }

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

border-color css

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

 span { border-color: rgb(233,102,19); }

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