Html Css Color HEX #ED4D09 Persimmon

📋 copy color: '#ED4D09'

red 237 ◦ green 77 ◦ blue 9

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

Shades of Persimmon #ED4D09

Tints of Persimmon #ED4D09

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.84%

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

R = 73.37%
G = 23.84%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED4D09 (or 0xED4D09) is known color: Persimmon. HEX triplet: ED, 4D and 09. RGB value is (237,77,9). Sum of RGB (Red+Green+Blue) = 237+77+9=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED4D09 is #12B2F6. Grayscale: #757575. Windows color (decimal): -1225463 or 609773. OLE color: 609773.

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

Color convert

RGB 237 77 9 -
CMYK 0 0.68 0.96 0.07
HSL 17.89º 0.93% 0.48% -
HSV(B) 17.89º 0.96% 0.93% -
XYZ 37.63 23.33 2.78 -
YUV 117.09 67.01 213.53 -
System Red Green Blue C M Y K H S L
Decimal 237 77 9 0 0.68 0.96 0.07 17.89 0.93 0.48
Hex ED 4D 9 0 44 60 7 12 5D 30
Octal 355 115 11 0 104 140 7 22 135 60
Binary 11101101 1001101 1001 0 1000100 1100000 111 10010 1011101 110000

Color Harmonies of #ED4D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4D09

Black with #ED4D09

Text Example


Text Example

White with #ED4D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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