Html Css Color HEX #E9580B Persimmon

📋 copy color: '#E9580B'

red 233 ◦ green 88 ◦ blue 11

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

Shades of Persimmon #E9580B

Tints of Persimmon #E9580B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.31%

R = 70.18%
G = 26.51%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9580B (or 0xE9580B) is known color: Persimmon. HEX triplet: E9, 58 and 0B. RGB value is (233,88,11). Sum of RGB (Red+Green+Blue) = 233+88+11=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E9580B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9580B is #16A7F4. Grayscale: #7B7B7B. Windows color (decimal): -1484789 or 743657. OLE color: 743657.

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

Color convert

RGB 233 88 11 -
CMYK 0 0.62 0.95 0.09
HSL 20.81º 0.91% 0.48% -
HSV(B) 20.81º 0.95% 0.91% -
XYZ 37.15 24.33 3.05 -
YUV 122.58 65.04 206.76 -
System Red Green Blue C M Y K H S L
Decimal 233 88 11 0 0.62 0.95 0.09 20.81 0.91 0.48
Hex E9 58 B 0 3E 5F 9 15 5B 30
Octal 351 130 13 0 76 137 11 25 133 60
Binary 11101001 1011000 1011 0 111110 1011111 1001 10101 1011011 110000

Color Harmonies of #E9580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9580B

Black with #E9580B

Text Example


Text Example

White with #E9580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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