Html Css Color HEX #ED4E16 Persimmon

📋 copy color: '#ED4E16'

red 237 ◦ green 78 ◦ blue 22

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

Shades of Persimmon #ED4E16

Tints of Persimmon #ED4E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.15%

 BLUE value IS 22 (8.98% from 255) = 6.53%

R = 70.33%
G = 23.15%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED4E16 (or 0xED4E16) is known color: Persimmon. HEX triplet: ED, 4E and 16. RGB value is (237,78,22). Sum of RGB (Red+Green+Blue) = 237+78+22=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED4E16 is #12B1E9. Grayscale: #777777. Windows color (decimal): -1225194 or 1461997. OLE color: 1461997.

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

Color convert

RGB 237 78 22 -
CMYK 0 0.67 0.91 0.07
HSL 15.63º 0.86% 0.51% -
HSV(B) 15.63º 0.91% 0.93% -
XYZ 37.79 23.51 3.31 -
YUV 119.16 73.18 212.05 -
System Red Green Blue C M Y K H S L
Decimal 237 78 22 0 0.67 0.91 0.07 15.63 0.86 0.51
Hex ED 4E 16 0 43 5B 7 10 56 33
Octal 355 116 26 0 103 133 7 20 126 63
Binary 11101101 1001110 10110 0 1000011 1011011 111 10000 1010110 110011

Color Harmonies of #ED4E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4E16

Black with #ED4E16

Text Example


Text Example

White with #ED4E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4E16; }

 p { color: rgb(237,78,22); }

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

background-color css

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

 a { background-color: rgb(237,78,22); }

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

border-color css

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

 span { border-color: rgb(237,78,22); }

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