Html Css Color HEX #ED5309 Persimmon

📋 copy color: '#ED5309'

red 237 ◦ green 83 ◦ blue 9

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

Shades of Persimmon #ED5309

Tints of Persimmon #ED5309

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.23%

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

R = 72.04%
G = 25.23%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED5309 (or 0xED5309) is known color: Persimmon. HEX triplet: ED, 53 and 09. RGB value is (237,83,9). Sum of RGB (Red+Green+Blue) = 237+83+9=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5309 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5309 is #12ACF6. Grayscale: #797979. Windows color (decimal): -1223927 or 611309. OLE color: 611309.

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

Color convert

RGB 237 83 9 -
CMYK 0 0.65 0.96 0.07
HSL 19.47º 0.93% 0.48% -
HSV(B) 19.47º 0.96% 0.93% -
XYZ 38.07 24.21 2.93 -
YUV 120.61 65.02 211.02 -
System Red Green Blue C M Y K H S L
Decimal 237 83 9 0 0.65 0.96 0.07 19.47 0.93 0.48
Hex ED 53 9 0 41 60 7 13 5D 30
Octal 355 123 11 0 101 140 7 23 135 60
Binary 11101101 1010011 1001 0 1000001 1100000 111 10011 1011101 110000

Color Harmonies of #ED5309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5309

Black with #ED5309

Text Example


Text Example

White with #ED5309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5309; }

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

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

background-color css

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

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

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

border-color css

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

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

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