Html Css Color HEX #ED4E10 Persimmon

📋 copy color: '#ED4E10'

red 237 ◦ green 78 ◦ blue 16

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

Shades of Persimmon #ED4E10

Tints of Persimmon #ED4E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.83%

R = 71.6%
G = 23.56%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED4E10 (or 0xED4E10) is known color: Persimmon. HEX triplet: ED, 4E and 10. RGB value is (237,78,16). Sum of RGB (Red+Green+Blue) = 237+78+16=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED4E10 is #12B1EF. Grayscale: #767676. Windows color (decimal): -1225200 or 1068781. OLE color: 1068781.

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

Color convert

RGB 237 78 16 -
CMYK 0 0.67 0.93 0.07
HSL 16.83º 0.87% 0.5% -
HSV(B) 16.83º 0.93% 0.93% -
XYZ 37.74 23.49 3.04 -
YUV 118.47 70.18 212.54 -
System Red Green Blue C M Y K H S L
Decimal 237 78 16 0 0.67 0.93 0.07 16.83 0.87 0.5
Hex ED 4E 10 0 43 5D 7 11 57 32
Octal 355 116 20 0 103 135 7 21 127 62
Binary 11101101 1001110 10000 0 1000011 1011101 111 10001 1010111 110010

Color Harmonies of #ED4E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4E10

Black with #ED4E10

Text Example


Text Example

White with #ED4E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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