Html Css Color HEX #ED5E09 Persimmon

📋 copy color: '#ED5E09'

red 237 ◦ green 94 ◦ blue 9

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

Shades of Persimmon #ED5E09

Tints of Persimmon #ED5E09

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.65%

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

R = 69.71%
G = 27.65%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED5E09 (or 0xED5E09) is known color: Persimmon. HEX triplet: ED, 5E and 09. RGB value is (237,94,9). Sum of RGB (Red+Green+Blue) = 237+94+9=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5E09 is #12A1F6. Grayscale: #7F7F7F. Windows color (decimal): -1221111 or 614125. OLE color: 614125.

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

Color convert

RGB 237 94 9 -
CMYK 0 0.60 0.96 0.07
HSL 22.37º 0.93% 0.48% -
HSV(B) 22.37º 0.96% 0.93% -
XYZ 38.98 26.03 3.23 -
YUV 127.07 61.38 206.41 -
System Red Green Blue C M Y K H S L
Decimal 237 94 9 0 0.60 0.96 0.07 22.37 0.93 0.48
Hex ED 5E 9 0 3C 60 7 16 5D 30
Octal 355 136 11 0 74 140 7 26 135 60
Binary 11101101 1011110 1001 0 111100 1100000 111 10110 1011101 110000

Color Harmonies of #ED5E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5E09

Black with #ED5E09

Text Example


Text Example

White with #ED5E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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