Html Css Color HEX #ED6210 Persimmon

📋 copy color: '#ED6210'

red 237 ◦ green 98 ◦ blue 16

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

Shades of Persimmon #ED6210

Tints of Persimmon #ED6210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.92%

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

R = 67.52%
G = 27.92%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED6210 (or 0xED6210) is known color: Persimmon. HEX triplet: ED, 62 and 10. RGB value is (237,98,16). Sum of RGB (Red+Green+Blue) = 237+98+16=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6210 is #129DEF. Grayscale: #828282. Windows color (decimal): -1220080 or 1073901. OLE color: 1073901.

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

Color convert

RGB 237 98 16 -
CMYK 0 0.59 0.93 0.07
HSL 22.26º 0.87% 0.5% -
HSV(B) 22.26º 0.93% 0.93% -
XYZ 39.39 26.78 3.58 -
YUV 130.21 63.55 204.17 -
System Red Green Blue C M Y K H S L
Decimal 237 98 16 0 0.59 0.93 0.07 22.26 0.87 0.5
Hex ED 62 10 0 3B 5D 7 16 57 32
Octal 355 142 20 0 73 135 7 26 127 62
Binary 11101101 1100010 10000 0 111011 1011101 111 10110 1010111 110010

Color Harmonies of #ED6210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6210

Black with #ED6210

Text Example


Text Example

White with #ED6210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6210; }

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

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

background-color css

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

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

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

border-color css

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

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

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