Html Css Color HEX #E9500F Persimmon

📋 copy color: '#E9500F'

red 233 ◦ green 80 ◦ blue 15

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

Shades of Persimmon #E9500F

Tints of Persimmon #E9500F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.57%

R = 71.04%
G = 24.39%
B = 4.57%

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

#E9500F (or 0xE9500F) is known color: Persimmon. HEX triplet: E9, 50 and 0F. RGB value is (233,80,15). Sum of RGB (Red+Green+Blue) = 233+80+15=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E9500F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9500F is #16AFF0. Grayscale: #767676. Windows color (decimal): -1486833 or 1003753. OLE color: 1003753.

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

Color convert

RGB 233 80 15 -
CMYK 0 0.66 0.94 0.09
HSL 17.89º 0.88% 0.49% -
HSV(B) 17.89º 0.94% 0.91% -
XYZ 36.56 23.1 2.98 -
YUV 118.34 69.69 209.79 -
System Red Green Blue C M Y K H S L
Decimal 233 80 15 0 0.66 0.94 0.09 17.89 0.88 0.49
Hex E9 50 F 0 42 5E 9 12 58 31
Octal 351 120 17 0 102 136 11 22 130 61
Binary 11101001 1010000 1111 0 1000010 1011110 1001 10010 1011000 110001

Color Harmonies of #E9500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9500F

Black with #E9500F

Text Example


Text Example

White with #E9500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9500F; }

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

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

background-color css

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

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

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

border-color css

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

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

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