Html Css Color HEX #ED6217 Persimmon

📋 copy color: '#ED6217'

red 237 ◦ green 98 ◦ blue 23

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

Shades of Persimmon #ED6217

Tints of Persimmon #ED6217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.42%

R = 66.2%
G = 27.37%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ED6217 (or 0xED6217) is known color: Persimmon. HEX triplet: ED, 62 and 17. RGB value is (237,98,23). Sum of RGB (Red+Green+Blue) = 237+98+23=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6217 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6217 is #129DE8. Grayscale: #838383. Windows color (decimal): -1220073 or 1532653. OLE color: 1532653.

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

Color convert

RGB 237 98 23 -
CMYK 0 0.59 0.90 0.07
HSL 21.03º 0.86% 0.51% -
HSV(B) 21.03º 0.9% 0.93% -
XYZ 39.45 26.8 3.9 -
YUV 131.01 67.05 203.6 -
System Red Green Blue C M Y K H S L
Decimal 237 98 23 0 0.59 0.90 0.07 21.03 0.86 0.51
Hex ED 62 17 0 3B 5A 7 15 56 33
Octal 355 142 27 0 73 132 7 25 126 63
Binary 11101101 1100010 10111 0 111011 1011010 111 10101 1010110 110011

Color Harmonies of #ED6217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6217

Black with #ED6217

Text Example


Text Example

White with #ED6217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6217; }

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

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

background-color css

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

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

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

border-color css

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

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

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