Html Css Color HEX #ED6310 Persimmon

📋 copy color: '#ED6310'

red 237 ◦ green 99 ◦ blue 16

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

Shades of Persimmon #ED6310

Tints of Persimmon #ED6310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

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

R = 67.33%
G = 28.13%
B = 4.55%

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

#ED6310 (or 0xED6310) is known color: Persimmon. HEX triplet: ED, 63 and 10. RGB value is (237,99,16). Sum of RGB (Red+Green+Blue) = 237+99+16=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6310 is #129CEF. Grayscale: #838383. Windows color (decimal): -1219824 or 1074157. OLE color: 1074157.

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

Color convert

RGB 237 99 16 -
CMYK 0 0.58 0.93 0.07
HSL 22.53º 0.87% 0.5% -
HSV(B) 22.53º 0.93% 0.93% -
XYZ 39.48 26.97 3.61 -
YUV 130.8 63.22 203.75 -
System Red Green Blue C M Y K H S L
Decimal 237 99 16 0 0.58 0.93 0.07 22.53 0.87 0.5
Hex ED 63 10 0 3A 5D 7 17 57 32
Octal 355 143 20 0 72 135 7 27 127 62
Binary 11101101 1100011 10000 0 111010 1011101 111 10111 1010111 110010

Color Harmonies of #ED6310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6310

Black with #ED6310

Text Example


Text Example

White with #ED6310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6310; }

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

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

background-color css

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

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

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

border-color css

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

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

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