Html Css Color HEX #E9570D Persimmon

📋 copy color: '#E9570D'

red 233 ◦ green 87 ◦ blue 13

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

Shades of Persimmon #E9570D

Tints of Persimmon #E9570D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.13%

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

R = 69.97%
G = 26.13%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9570D (or 0xE9570D) is known color: Persimmon. HEX triplet: E9, 57 and 0D. RGB value is (233,87,13). Sum of RGB (Red+Green+Blue) = 233+87+13=333 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.97% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 233 - color contains mainly: red. Hex color #E9570D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9570D is #16A8F2. Grayscale: #7A7A7A. Windows color (decimal): -1485043 or 874473. OLE color: 874473.

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

Color convert

RGB 233 87 13 -
CMYK 0 0.63 0.94 0.09
HSL 20.18º 0.89% 0.48% -
HSV(B) 20.18º 0.94% 0.91% -
XYZ 37.09 24.17 3.09 -
YUV 122.22 66.37 207.02 -
System Red Green Blue C M Y K H S L
Decimal 233 87 13 0 0.63 0.94 0.09 20.18 0.89 0.48
Hex E9 57 D 0 3F 5E 9 14 59 30
Octal 351 127 15 0 77 136 11 24 131 60
Binary 11101001 1010111 1101 0 111111 1011110 1001 10100 1011001 110000

Color Harmonies of #E9570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9570D

Black with #E9570D

Text Example


Text Example

White with #E9570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9570D; }

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

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

background-color css

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

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

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

border-color css

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

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

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