Html Css Color HEX #ED6415 Persimmon

📋 copy color: '#ED6415'

red 237 ◦ green 100 ◦ blue 21

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

Shades of Persimmon #ED6415

Tints of Persimmon #ED6415

RGB

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

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

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

R = 66.2%
G = 27.93%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED6415 (or 0xED6415) is known color: Persimmon. HEX triplet: ED, 64 and 15. RGB value is (237,100,21). Sum of RGB (Red+Green+Blue) = 237+100+21=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6415 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6415 is #129BEA. Grayscale: #848484. Windows color (decimal): -1219563 or 1402093. OLE color: 1402093.

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

Color convert

RGB 237 100 21 -
CMYK 0 0.58 0.91 0.07
HSL 21.94º 0.86% 0.51% -
HSV(B) 21.94º 0.91% 0.93% -
XYZ 39.62 27.17 3.87 -
YUV 131.96 65.39 202.92 -
System Red Green Blue C M Y K H S L
Decimal 237 100 21 0 0.58 0.91 0.07 21.94 0.86 0.51
Hex ED 64 15 0 3A 5B 7 16 56 33
Octal 355 144 25 0 72 133 7 26 126 63
Binary 11101101 1100100 10101 0 111010 1011011 111 10110 1010110 110011

Color Harmonies of #ED6415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6415

Black with #ED6415

Text Example


Text Example

White with #ED6415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6415; }

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

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

background-color css

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

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

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

border-color css

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

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

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