Html Css Color HEX #ED6410 Persimmon

📋 copy color: '#ED6410'

red 237 ◦ green 100 ◦ blue 16

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

Shades of Persimmon #ED6410

Tints of Persimmon #ED6410

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.33%

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

R = 67.14%
G = 28.33%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED6410 (or 0xED6410) is known color: Persimmon. HEX triplet: ED, 64 and 10. RGB value is (237,100,16). Sum of RGB (Red+Green+Blue) = 237+100+16=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6410 is #129BEF. Grayscale: #838383. Windows color (decimal): -1219568 or 1074413. OLE color: 1074413.

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

Color convert

RGB 237 100 16 -
CMYK 0 0.58 0.93 0.07
HSL 22.81º 0.87% 0.5% -
HSV(B) 22.81º 0.93% 0.93% -
XYZ 39.58 27.16 3.65 -
YUV 131.39 62.89 203.33 -
System Red Green Blue C M Y K H S L
Decimal 237 100 16 0 0.58 0.93 0.07 22.81 0.87 0.5
Hex ED 64 10 0 3A 5D 7 17 57 32
Octal 355 144 20 0 72 135 7 27 127 62
Binary 11101101 1100100 10000 0 111010 1011101 111 10111 1010111 110010

Color Harmonies of #ED6410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6410

Black with #ED6410

Text Example


Text Example

White with #ED6410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6410; }

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

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

background-color css

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

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

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

border-color css

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

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

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