Html Css Color HEX #E9580D Persimmon

📋 copy color: '#E9580D'

red 233 ◦ green 88 ◦ blue 13

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

Shades of Persimmon #E9580D

Tints of Persimmon #E9580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.35%

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

R = 69.76%
G = 26.35%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9580D (or 0xE9580D) is known color: Persimmon. HEX triplet: E9, 58 and 0D. RGB value is (233,88,13). Sum of RGB (Red+Green+Blue) = 233+88+13=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E9580D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9580D is #16A7F2. Grayscale: #7B7B7B. Windows color (decimal): -1484787 or 874729. OLE color: 874729.

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

Color convert

RGB 233 88 13 -
CMYK 0 0.62 0.94 0.09
HSL 20.45º 0.89% 0.48% -
HSV(B) 20.45º 0.94% 0.91% -
XYZ 37.17 24.33 3.12 -
YUV 122.81 66.04 206.6 -
System Red Green Blue C M Y K H S L
Decimal 233 88 13 0 0.62 0.94 0.09 20.45 0.89 0.48
Hex E9 58 D 0 3E 5E 9 14 59 30
Octal 351 130 15 0 76 136 11 24 131 60
Binary 11101001 1011000 1101 0 111110 1011110 1001 10100 1011001 110000

Color Harmonies of #E9580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9580D

Black with #E9580D

Text Example


Text Example

White with #E9580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9580D; }

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

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

background-color css

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

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

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

border-color css

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

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

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