Html Css Color HEX #ED550D Persimmon

📋 copy color: '#ED550D'

red 237 ◦ green 85 ◦ blue 13

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

Shades of Persimmon #ED550D

Tints of Persimmon #ED550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.88%

R = 70.75%
G = 25.37%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED550D (or 0xED550D) is known color: Persimmon. HEX triplet: ED, 55 and 0D. RGB value is (237,85,13). Sum of RGB (Red+Green+Blue) = 237+85+13=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED550D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED550D is #12AAF2. Grayscale: #7A7A7A. Windows color (decimal): -1223411 or 873965. OLE color: 873965.

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

Color convert

RGB 237 85 13 -
CMYK 0 0.64 0.95 0.07
HSL 19.29º 0.9% 0.49% -
HSV(B) 19.29º 0.95% 0.93% -
XYZ 38.25 24.53 3.1 -
YUV 122.24 66.36 209.85 -
System Red Green Blue C M Y K H S L
Decimal 237 85 13 0 0.64 0.95 0.07 19.29 0.9 0.49
Hex ED 55 D 0 40 5F 7 13 5A 31
Octal 355 125 15 0 100 137 7 23 132 61
Binary 11101101 1010101 1101 0 1000000 1011111 111 10011 1011010 110001

Color Harmonies of #ED550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED550D

Black with #ED550D

Text Example


Text Example

White with #ED550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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