Html Css Color HEX #ED5E0E Persimmon

📋 copy color: '#ED5E0E'

red 237 ◦ green 94 ◦ blue 14

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

Shades of Persimmon #ED5E0E

Tints of Persimmon #ED5E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.06%

R = 68.7%
G = 27.25%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED5E0E (or 0xED5E0E) is known color: Persimmon. HEX triplet: ED, 5E and 0E. RGB value is (237,94,14). Sum of RGB (Red+Green+Blue) = 237+94+14=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5E0E is #12A1F1. Grayscale: #808080. Windows color (decimal): -1221106 or 941805. OLE color: 941805.

HSL color Cylindrical-coordinate representation of color #ED5E0E: hue angle of 21.52º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED5E0E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 94 14 -
CMYK 0 0.60 0.94 0.07
HSL 21.52º 0.89% 0.49% -
HSV(B) 21.52º 0.94% 0.93% -
XYZ 39.01 26.04 3.39 -
YUV 127.64 63.88 206 -
System Red Green Blue C M Y K H S L
Decimal 237 94 14 0 0.60 0.94 0.07 21.52 0.89 0.49
Hex ED 5E E 0 3C 5E 7 16 59 31
Octal 355 136 16 0 74 136 7 26 131 61
Binary 11101101 1011110 1110 0 111100 1011110 111 10110 1011001 110001

Color Harmonies of #ED5E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5E0E

Black with #ED5E0E

Text Example


Text Example

White with #ED5E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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