Html Css Color HEX #E9540D Persimmon

📋 copy color: '#E9540D'

red 233 ◦ green 84 ◦ blue 13

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

Shades of Persimmon #E9540D

Tints of Persimmon #E9540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

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

R = 70.61%
G = 25.45%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9540D (or 0xE9540D) is known color: Persimmon. HEX triplet: E9, 54 and 0D. RGB value is (233,84,13). Sum of RGB (Red+Green+Blue) = 233+84+13=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E9540D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9540D is #16ABF2. Grayscale: #787878. Windows color (decimal): -1485811 or 873705. OLE color: 873705.

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

Color convert

RGB 233 84 13 -
CMYK 0 0.64 0.94 0.09
HSL 19.36º 0.89% 0.48% -
HSV(B) 19.36º 0.94% 0.91% -
XYZ 36.85 23.69 3.01 -
YUV 120.46 67.36 208.27 -
System Red Green Blue C M Y K H S L
Decimal 233 84 13 0 0.64 0.94 0.09 19.36 0.89 0.48
Hex E9 54 D 0 40 5E 9 13 59 30
Octal 351 124 15 0 100 136 11 23 131 60
Binary 11101001 1010100 1101 0 1000000 1011110 1001 10011 1011001 110000

Color Harmonies of #E9540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9540D

Black with #E9540D

Text Example


Text Example

White with #E9540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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