Html Css Color HEX #ED570E Persimmon

📋 copy color: '#ED570E'

red 237 ◦ green 87 ◦ blue 14

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

Shades of Persimmon #ED570E

Tints of Persimmon #ED570E

RGB

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

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

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

R = 70.12%
G = 25.74%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED570E (or 0xED570E) is known color: Persimmon. HEX triplet: ED, 57 and 0E. RGB value is (237,87,14). Sum of RGB (Red+Green+Blue) = 237+87+14=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED570E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED570E is #12A8F1. Grayscale: #7B7B7B. Windows color (decimal): -1222898 or 940013. OLE color: 940013.

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

Color convert

RGB 237 87 14 -
CMYK 0 0.63 0.94 0.07
HSL 19.64º 0.89% 0.49% -
HSV(B) 19.64º 0.94% 0.93% -
XYZ 38.41 24.85 3.19 -
YUV 123.53 66.2 208.94 -
System Red Green Blue C M Y K H S L
Decimal 237 87 14 0 0.63 0.94 0.07 19.64 0.89 0.49
Hex ED 57 E 0 3F 5E 7 14 59 31
Octal 355 127 16 0 77 136 7 24 131 61
Binary 11101101 1010111 1110 0 111111 1011110 111 10100 1011001 110001

Color Harmonies of #ED570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED570E

Black with #ED570E

Text Example


Text Example

White with #ED570E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED570E; }

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

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

background-color css

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

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

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

border-color css

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

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

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