Html Css Color HEX #E9500D Persimmon

📋 copy color: '#E9500D'

red 233 ◦ green 80 ◦ blue 13

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

Shades of Persimmon #E9500D

Tints of Persimmon #E9500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.54%

 BLUE value IS 13 (5.47% from 255) = 3.99%

R = 71.47%
G = 24.54%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9500D (or 0xE9500D) is known color: Persimmon. HEX triplet: E9, 50 and 0D. RGB value is (233,80,13). Sum of RGB (Red+Green+Blue) = 233+80+13=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E9500D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9500D is #16AFF2. Grayscale: #767676. Windows color (decimal): -1486835 or 872681. OLE color: 872681.

HSL color Cylindrical-coordinate representation of color #E9500D: hue angle of 18.27º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9500D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 80 13 -
CMYK 0 0.66 0.94 0.09
HSL 18.27º 0.89% 0.48% -
HSV(B) 18.27º 0.94% 0.91% -
XYZ 36.55 23.09 2.91 -
YUV 118.11 68.69 209.95 -
System Red Green Blue C M Y K H S L
Decimal 233 80 13 0 0.66 0.94 0.09 18.27 0.89 0.48
Hex E9 50 D 0 42 5E 9 12 59 30
Octal 351 120 15 0 102 136 11 22 131 60
Binary 11101001 1010000 1101 0 1000010 1011110 1001 10010 1011001 110000

Color Harmonies of #E9500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9500D

Black with #E9500D

Text Example


Text Example

White with #E9500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9500D; }

 p { color: rgb(233,80,13); }

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

background-color css

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

 a { background-color: rgb(233,80,13); }

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

border-color css

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

 span { border-color: rgb(233,80,13); }

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