Html Css Color HEX #ED5411 Persimmon

📋 copy color: '#ED5411'

red 237 ◦ green 84 ◦ blue 17

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

Shades of Persimmon #ED5411

Tints of Persimmon #ED5411

RGB

 RED value IS 237 (92.97% from 255) = 70.12%

 GREEN value IS 84 (33.2% from 255) = 24.85%

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 70.12%
G = 24.85%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED5411 (or 0xED5411) is known color: Persimmon. HEX triplet: ED, 54 and 11. RGB value is (237,84,17). Sum of RGB (Red+Green+Blue) = 237+84+17=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5411 is #12ABEE. Grayscale: #7A7A7A. Windows color (decimal): -1223663 or 1135853. OLE color: 1135853.

HSL color Cylindrical-coordinate representation of color #ED5411: hue angle of 18.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED5411 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 84 17 -
CMYK 0 0.65 0.93 0.07
HSL 18.27º 0.87% 0.5% -
HSV(B) 18.27º 0.93% 0.93% -
XYZ 38.2 24.39 3.22 -
YUV 122.11 68.69 209.95 -
System Red Green Blue C M Y K H S L
Decimal 237 84 17 0 0.65 0.93 0.07 18.27 0.87 0.5
Hex ED 54 11 0 41 5D 7 12 57 32
Octal 355 124 21 0 101 135 7 22 127 62
Binary 11101101 1010100 10001 0 1000001 1011101 111 10010 1010111 110010

Color Harmonies of #ED5411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5411

Black with #ED5411

Text Example


Text Example

White with #ED5411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5411; }

 p { color: rgb(237,84,17); }

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

background-color css

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

 a { background-color: rgb(237,84,17); }

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

border-color css

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

 span { border-color: rgb(237,84,17); }

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