Html Css Color HEX #ED4A11 Persimmon

📋 copy color: '#ED4A11'

red 237 ◦ green 74 ◦ blue 17

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

Shades of Persimmon #ED4A11

Tints of Persimmon #ED4A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.56%

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

R = 72.26%
G = 22.56%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED4A11 (or 0xED4A11) is known color: Persimmon. HEX triplet: ED, 4A and 11. RGB value is (237,74,17). Sum of RGB (Red+Green+Blue) = 237+74+17=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4A11 is #12B5EE. Grayscale: #747474. Windows color (decimal): -1226223 or 1133293. OLE color: 1133293.

HSL color Cylindrical-coordinate representation of color #ED4A11: hue angle of 15.55º 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 #ED4A11 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 74 17 -
CMYK 0 0.69 0.93 0.07
HSL 15.55º 0.87% 0.5% -
HSV(B) 15.55º 0.93% 0.93% -
XYZ 37.48 22.94 2.98 -
YUV 116.24 72 214.13 -
System Red Green Blue C M Y K H S L
Decimal 237 74 17 0 0.69 0.93 0.07 15.55 0.87 0.5
Hex ED 4A 11 0 45 5D 7 10 57 32
Octal 355 112 21 0 105 135 7 20 127 62
Binary 11101101 1001010 10001 0 1000101 1011101 111 10000 1010111 110010

Color Harmonies of #ED4A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4A11

Black with #ED4A11

Text Example


Text Example

White with #ED4A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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