Html Css Color HEX #ED5006 Persimmon

📋 copy color: '#ED5006'

red 237 ◦ green 80 ◦ blue 6

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

Shades of Persimmon #ED5006

Tints of Persimmon #ED5006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.77%

 BLUE value IS 6 (2.73% from 255) = 1.86%

R = 73.37%
G = 24.77%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED5006 (or 0xED5006) is known color: Persimmon. HEX triplet: ED, 50 and 06. RGB value is (237,80,6). Sum of RGB (Red+Green+Blue) = 237+80+6=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5006 is #12AFF9. Grayscale: #767676. Windows color (decimal): -1224698 or 413933. OLE color: 413933.

HSL color Cylindrical-coordinate representation of color #ED5006: hue angle of 19.22º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED5006 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 80 6 -
CMYK 0 0.66 0.97 0.07
HSL 19.22º 0.95% 0.48% -
HSV(B) 19.22º 0.97% 0.93% -
XYZ 37.83 23.76 2.76 -
YUV 118.51 64.51 212.52 -
System Red Green Blue C M Y K H S L
Decimal 237 80 6 0 0.66 0.97 0.07 19.22 0.95 0.48
Hex ED 50 6 0 42 61 7 13 5F 30
Octal 355 120 6 0 102 141 7 23 137 60
Binary 11101101 1010000 110 0 1000010 1100001 111 10011 1011111 110000

Color Harmonies of #ED5006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5006

Black with #ED5006

Text Example


Text Example

White with #ED5006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5006; }

 p { color: rgb(237,80,6); }

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

background-color css

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

 a { background-color: rgb(237,80,6); }

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

border-color css

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

 span { border-color: rgb(237,80,6); }

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