Html Css Color HEX #ED5201 Persimmon

📋 copy color: '#ED5201'

red 237 ◦ green 82 ◦ blue 1

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

Shades of Persimmon #ED5201

Tints of Persimmon #ED5201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.63%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 74.06%
G = 25.63%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ED5201 (or 0xED5201) is known color: Persimmon. HEX triplet: ED, 52 and 01. RGB value is (237,82,1). Sum of RGB (Red+Green+Blue) = 237+82+1=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5201 is #12ADFE. Grayscale: #777777. Windows color (decimal): -1224191 or 86765. OLE color: 86765.

HSL color Cylindrical-coordinate representation of color #ED5201: hue angle of 20.59º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED5201 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 82 1 -
CMYK 0 0.65 1.00 0.07
HSL 20.59º 0.99% 0.47% -
HSV(B) 20.59º 1% 0.93% -
XYZ 37.95 24.04 2.67 -
YUV 119.11 61.35 212.09 -
System Red Green Blue C M Y K H S L
Decimal 237 82 1 0 0.65 1.00 0.07 20.59 0.99 0.47
Hex ED 52 1 0 41 64 7 15 63 2F
Octal 355 122 1 0 101 144 7 25 143 57
Binary 11101101 1010010 1 0 1000001 1100100 111 10101 1100011 101111

Color Harmonies of #ED5201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5201

Black with #ED5201

Text Example


Text Example

White with #ED5201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5201; }

 p { color: rgb(237,82,1); }

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

background-color css

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

 a { background-color: rgb(237,82,1); }

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

border-color css

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

 span { border-color: rgb(237,82,1); }

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