Html Css Color HEX #ED571D Persimmon

📋 copy color: '#ED571D'

red 237 ◦ green 87 ◦ blue 29

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

Shades of Persimmon #ED571D

Tints of Persimmon #ED571D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.22%

R = 67.14%
G = 24.65%
B = 8.22%

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

#ED571D (or 0xED571D) is known color: Persimmon. HEX triplet: ED, 57 and 1D. RGB value is (237,87,29). Sum of RGB (Red+Green+Blue) = 237+87+29=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED571D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED571D is #12A8E2. Grayscale: #7D7D7D. Windows color (decimal): -1222883 or 1923053. OLE color: 1923053.

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

Color convert

RGB 237 87 29 -
CMYK 0 0.63 0.88 0.07
HSL 16.73º 0.85% 0.52% -
HSV(B) 16.73º 0.88% 0.93% -
XYZ 38.56 24.91 3.94 -
YUV 125.24 73.7 207.72 -
System Red Green Blue C M Y K H S L
Decimal 237 87 29 0 0.63 0.88 0.07 16.73 0.85 0.52
Hex ED 57 1D 0 3F 58 7 11 55 34
Octal 355 127 35 0 77 130 7 21 125 64
Binary 11101101 1010111 11101 0 111111 1011000 111 10001 1010101 110100

Color Harmonies of #ED571D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED571D

Black with #ED571D

Text Example


Text Example

White with #ED571D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED571D; }

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

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

background-color css

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

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

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

border-color css

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

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

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