Html Css Color HEX #ED501C Persimmon

📋 copy color: '#ED501C'

red 237 ◦ green 80 ◦ blue 28

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

Shades of Persimmon #ED501C

Tints of Persimmon #ED501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.19%

 BLUE value IS 28 (11.33% from 255) = 8.12%

R = 68.7%
G = 23.19%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED501C (or 0xED501C) is known color: Persimmon. HEX triplet: ED, 50 and 1C. RGB value is (237,80,28). Sum of RGB (Red+Green+Blue) = 237+80+28=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED501C is #12AFE3. Grayscale: #797979. Windows color (decimal): -1224676 or 1855725. OLE color: 1855725.

HSL color Cylindrical-coordinate representation of color #ED501C: hue angle of 14.93º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED501C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 80 28 -
CMYK 0 0.66 0.88 0.07
HSL 14.93º 0.85% 0.52% -
HSV(B) 14.93º 0.88% 0.93% -
XYZ 38 23.83 3.69 -
YUV 121.02 75.51 210.73 -
System Red Green Blue C M Y K H S L
Decimal 237 80 28 0 0.66 0.88 0.07 14.93 0.85 0.52
Hex ED 50 1C 0 42 58 7 F 55 34
Octal 355 120 34 0 102 130 7 17 125 64
Binary 11101101 1010000 11100 0 1000010 1011000 111 1111 1010101 110100

Color Harmonies of #ED501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED501C

Black with #ED501C

Text Example


Text Example

White with #ED501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED501C; }

 p { color: rgb(237,80,28); }

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

background-color css

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

 a { background-color: rgb(237,80,28); }

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

border-color css

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

 span { border-color: rgb(237,80,28); }

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