Html Css Color HEX #ED571C Persimmon

📋 copy color: '#ED571C'

red 237 ◦ green 87 ◦ blue 28

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

Shades of Persimmon #ED571C

Tints of Persimmon #ED571C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.72%

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

R = 67.33%
G = 24.72%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED571C (or 0xED571C) is known color: Persimmon. HEX triplet: ED, 57 and 1C. RGB value is (237,87,28). Sum of RGB (Red+Green+Blue) = 237+87+28=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED571C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED571C is #12A8E3. Grayscale: #7D7D7D. Windows color (decimal): -1222884 or 1857517. OLE color: 1857517.

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

Color convert

RGB 237 87 28 -
CMYK 0 0.63 0.88 0.07
HSL 16.94º 0.85% 0.52% -
HSV(B) 16.94º 0.88% 0.93% -
XYZ 38.54 24.9 3.87 -
YUV 125.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 237 87 28 0 0.63 0.88 0.07 16.94 0.85 0.52
Hex ED 57 1C 0 3F 58 7 11 55 34
Octal 355 127 34 0 77 130 7 21 125 64
Binary 11101101 1010111 11100 0 111111 1011000 111 10001 1010101 110100

Color Harmonies of #ED571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED571C

Black with #ED571C

Text Example


Text Example

White with #ED571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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