Html Css Color HEX #E9550B Persimmon

📋 copy color: '#E9550B'

red 233 ◦ green 85 ◦ blue 11

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

Shades of Persimmon #E9550B

Tints of Persimmon #E9550B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.84%

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

R = 70.82%
G = 25.84%
B = 3.34%

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

#E9550B (or 0xE9550B) is known color: Persimmon. HEX triplet: E9, 55 and 0B. RGB value is (233,85,11). Sum of RGB (Red+Green+Blue) = 233+85+11=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E9550B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9550B is #16AAF4. Grayscale: #797979. Windows color (decimal): -1485557 or 742889. OLE color: 742889.

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

Color convert

RGB 233 85 11 -
CMYK 0 0.64 0.95 0.09
HSL 20º 0.91% 0.48% -
HSV(B) 20º 0.95% 0.91% -
XYZ 36.91 23.84 2.97 -
YUV 120.82 66.03 208.02 -
System Red Green Blue C M Y K H S L
Decimal 233 85 11 0 0.64 0.95 0.09 20 0.91 0.48
Hex E9 55 B 0 40 5F 9 14 5B 30
Octal 351 125 13 0 100 137 11 24 133 60
Binary 11101001 1010101 1011 0 1000000 1011111 1001 10100 1011011 110000

Color Harmonies of #E9550B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9550B

Black with #E9550B

Text Example


Text Example

White with #E9550B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9550B; }

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

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

background-color css

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

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

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

border-color css

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

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

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