Html Css Color HEX #ED5501 Persimmon

📋 copy color: '#ED5501'

red 237 ◦ green 85 ◦ blue 1

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

Shades of Persimmon #ED5501

Tints of Persimmon #ED5501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.32%

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

R = 73.37%
G = 26.32%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ED5501 (or 0xED5501) is known color: Persimmon. HEX triplet: ED, 55 and 01. RGB value is (237,85,1). Sum of RGB (Red+Green+Blue) = 237+85+1=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5501 is #12AAFE. Grayscale: #797979. Windows color (decimal): -1223423 or 87533. OLE color: 87533.

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

Color convert

RGB 237 85 1 -
CMYK 0 0.64 1.00 0.07
HSL 21.36º 0.99% 0.47% -
HSV(B) 21.36º 1% 0.93% -
XYZ 38.18 24.5 2.75 -
YUV 120.87 60.36 210.83 -
System Red Green Blue C M Y K H S L
Decimal 237 85 1 0 0.64 1.00 0.07 21.36 0.99 0.47
Hex ED 55 1 0 40 64 7 15 63 2F
Octal 355 125 1 0 100 144 7 25 143 57
Binary 11101101 1010101 1 0 1000000 1100100 111 10101 1100011 101111

Color Harmonies of #ED5501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5501

Black with #ED5501

Text Example


Text Example

White with #ED5501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5501; }

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

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

background-color css

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

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

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

border-color css

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

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

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