Html Css Color HEX #E9540C Persimmon

📋 copy color: '#E9540C'

red 233 ◦ green 84 ◦ blue 12

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

Shades of Persimmon #E9540C

Tints of Persimmon #E9540C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 70.82%
G = 25.53%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9540C (or 0xE9540C) is known color: Persimmon. HEX triplet: E9, 54 and 0C. RGB value is (233,84,12). Sum of RGB (Red+Green+Blue) = 233+84+12=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E9540C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9540C is #16ABF3. Grayscale: #787878. Windows color (decimal): -1485812 or 808169. OLE color: 808169.

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

Color convert

RGB 233 84 12 -
CMYK 0 0.64 0.95 0.09
HSL 19.55º 0.9% 0.48% -
HSV(B) 19.55º 0.95% 0.91% -
XYZ 36.84 23.69 2.98 -
YUV 120.34 66.86 208.35 -
System Red Green Blue C M Y K H S L
Decimal 233 84 12 0 0.64 0.95 0.09 19.55 0.9 0.48
Hex E9 54 C 0 40 5F 9 14 5A 30
Octal 351 124 14 0 100 137 11 24 132 60
Binary 11101001 1010100 1100 0 1000000 1011111 1001 10100 1011010 110000

Color Harmonies of #E9540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9540C

Black with #E9540C

Text Example


Text Example

White with #E9540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9540C; }

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

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

background-color css

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

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

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

border-color css

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

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

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