Html Css Color HEX #ED5315 Persimmon

📋 copy color: '#ED5315'

red 237 ◦ green 83 ◦ blue 21

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

Shades of Persimmon #ED5315

Tints of Persimmon #ED5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.34%

 BLUE value IS 21 (8.59% from 255) = 6.16%

R = 69.5%
G = 24.34%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED5315 (or 0xED5315) is known color: Persimmon. HEX triplet: ED, 53 and 15. RGB value is (237,83,21). Sum of RGB (Red+Green+Blue) = 237+83+21=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5315 is #12ACEA. Grayscale: #7A7A7A. Windows color (decimal): -1223915 or 1397741. OLE color: 1397741.

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

Color convert

RGB 237 83 21 -
CMYK 0 0.65 0.91 0.07
HSL 17.22º 0.86% 0.51% -
HSV(B) 17.22º 0.91% 0.93% -
XYZ 38.15 24.25 3.38 -
YUV 121.98 71.02 210.04 -
System Red Green Blue C M Y K H S L
Decimal 237 83 21 0 0.65 0.91 0.07 17.22 0.86 0.51
Hex ED 53 15 0 41 5B 7 11 56 33
Octal 355 123 25 0 101 133 7 21 126 63
Binary 11101101 1010011 10101 0 1000001 1011011 111 10001 1010110 110011

Color Harmonies of #ED5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5315

Black with #ED5315

Text Example


Text Example

White with #ED5315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5315; }

 p { color: rgb(237,83,21); }

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

background-color css

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

 a { background-color: rgb(237,83,21); }

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

border-color css

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

 span { border-color: rgb(237,83,21); }

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