Html Css Color HEX #EC590B Persimmon

📋 copy color: '#EC590B'

red 236 ◦ green 89 ◦ blue 11

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

Shades of Persimmon #EC590B

Tints of Persimmon #EC590B

RGB

 RED value IS 236 (92.58% from 255) = 70.24%

 GREEN value IS 89 (35.16% from 255) = 26.49%

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

R = 70.24%
G = 26.49%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC590B (or 0xEC590B) is known color: Persimmon. HEX triplet: EC, 59 and 0B. RGB value is (236,89,11). Sum of RGB (Red+Green+Blue) = 236+89+11=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC590B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC590B is #13A6F4. Grayscale: #7C7C7C. Windows color (decimal): -1287925 or 743916. OLE color: 743916.

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

Color convert

RGB 236 89 11 -
CMYK 0 0.62 0.95 0.07
HSL 20.8º 0.91% 0.48% -
HSV(B) 20.8º 0.95% 0.93% -
XYZ 38.22 25 3.13 -
YUV 124.06 64.2 207.84 -
System Red Green Blue C M Y K H S L
Decimal 236 89 11 0 0.62 0.95 0.07 20.8 0.91 0.48
Hex EC 59 B 0 3E 5F 7 15 5B 30
Octal 354 131 13 0 76 137 7 25 133 60
Binary 11101100 1011001 1011 0 111110 1011111 111 10101 1011011 110000

Color Harmonies of #EC590B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC590B

Black with #EC590B

Text Example


Text Example

White with #EC590B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC590B; }

 p { color: rgb(236,89,11); }

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

background-color css

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

 a { background-color: rgb(236,89,11); }

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

border-color css

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

 span { border-color: rgb(236,89,11); }

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