Html Css Color HEX #ED5009 Persimmon

📋 copy color: '#ED5009'

red 237 ◦ green 80 ◦ blue 9

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

Shades of Persimmon #ED5009

Tints of Persimmon #ED5009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.76%

R = 72.7%
G = 24.54%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED5009 (or 0xED5009) is known color: Persimmon. HEX triplet: ED, 50 and 09. RGB value is (237,80,9). Sum of RGB (Red+Green+Blue) = 237+80+9=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5009 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5009 is #12AFF6. Grayscale: #777777. Windows color (decimal): -1224695 or 610541. OLE color: 610541.

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

Color convert

RGB 237 80 9 -
CMYK 0 0.66 0.96 0.07
HSL 18.68º 0.93% 0.48% -
HSV(B) 18.68º 0.96% 0.93% -
XYZ 37.84 23.76 2.85 -
YUV 118.85 66.01 212.27 -
System Red Green Blue C M Y K H S L
Decimal 237 80 9 0 0.66 0.96 0.07 18.68 0.93 0.48
Hex ED 50 9 0 42 60 7 13 5D 30
Octal 355 120 11 0 102 140 7 23 135 60
Binary 11101101 1010000 1001 0 1000010 1100000 111 10011 1011101 110000

Color Harmonies of #ED5009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5009

Black with #ED5009

Text Example


Text Example

White with #ED5009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5009; }

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

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

background-color css

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

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

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

border-color css

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

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

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