Html Css Color HEX #ED550E Persimmon

📋 copy color: '#ED550E'

red 237 ◦ green 85 ◦ blue 14

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

Shades of Persimmon #ED550E

Tints of Persimmon #ED550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

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

R = 70.54%
G = 25.3%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED550E (or 0xED550E) is known color: Persimmon. HEX triplet: ED, 55 and 0E. RGB value is (237,85,14). Sum of RGB (Red+Green+Blue) = 237+85+14=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED550E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED550E is #12AAF1. Grayscale: #7A7A7A. Windows color (decimal): -1223410 or 939501. OLE color: 939501.

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

Color convert

RGB 237 85 14 -
CMYK 0 0.64 0.94 0.07
HSL 19.1º 0.89% 0.49% -
HSV(B) 19.1º 0.94% 0.93% -
XYZ 38.25 24.53 3.13 -
YUV 122.35 66.86 209.77 -
System Red Green Blue C M Y K H S L
Decimal 237 85 14 0 0.64 0.94 0.07 19.1 0.89 0.49
Hex ED 55 E 0 40 5E 7 13 59 31
Octal 355 125 16 0 100 136 7 23 131 61
Binary 11101101 1010101 1110 0 1000000 1011110 111 10011 1011001 110001

Color Harmonies of #ED550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED550E

Black with #ED550E

Text Example


Text Example

White with #ED550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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