Html Css Color HEX #ED5605 Persimmon

📋 copy color: '#ED5605'

red 237 ◦ green 86 ◦ blue 5

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

Shades of Persimmon #ED5605

Tints of Persimmon #ED5605

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.22%

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 72.26%
G = 26.22%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED5605 (or 0xED5605) is known color: Persimmon. HEX triplet: ED, 56 and 05. RGB value is (237,86,5). Sum of RGB (Red+Green+Blue) = 237+86+5=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5605 is #12A9FA. Grayscale: #7A7A7A. Windows color (decimal): -1223163 or 349933. OLE color: 349933.

HSL color Cylindrical-coordinate representation of color #ED5605: hue angle of 20.95º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED5605 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 86 5 -
CMYK 0 0.64 0.98 0.07
HSL 20.95º 0.96% 0.47% -
HSV(B) 20.95º 0.98% 0.93% -
XYZ 38.28 24.67 2.89 -
YUV 121.92 62.03 210.09 -
System Red Green Blue C M Y K H S L
Decimal 237 86 5 0 0.64 0.98 0.07 20.95 0.96 0.47
Hex ED 56 5 0 40 62 7 15 60 2F
Octal 355 126 5 0 100 142 7 25 140 57
Binary 11101101 1010110 101 0 1000000 1100010 111 10101 1100000 101111

Color Harmonies of #ED5605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5605

Black with #ED5605

Text Example


Text Example

White with #ED5605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5605; }

 p { color: rgb(237,86,5); }

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

background-color css

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

 a { background-color: rgb(237,86,5); }

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

border-color css

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

 span { border-color: rgb(237,86,5); }

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