Html Css Color HEX #ED570C Persimmon

📋 copy color: '#ED570C'

red 237 ◦ green 87 ◦ blue 12

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

Shades of Persimmon #ED570C

Tints of Persimmon #ED570C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 70.54%
G = 25.89%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED570C (or 0xED570C) is known color: Persimmon. HEX triplet: ED, 57 and 0C. RGB value is (237,87,12). Sum of RGB (Red+Green+Blue) = 237+87+12=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED570C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED570C is #12A8F3. Grayscale: #7B7B7B. Windows color (decimal): -1222900 or 808941. OLE color: 808941.

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

Color convert

RGB 237 87 12 -
CMYK 0 0.63 0.95 0.07
HSL 20º 0.9% 0.49% -
HSV(B) 20º 0.95% 0.93% -
XYZ 38.4 24.85 3.12 -
YUV 123.3 65.2 209.1 -
System Red Green Blue C M Y K H S L
Decimal 237 87 12 0 0.63 0.95 0.07 20 0.9 0.49
Hex ED 57 C 0 3F 5F 7 14 5A 31
Octal 355 127 14 0 77 137 7 24 132 61
Binary 11101101 1010111 1100 0 111111 1011111 111 10100 1011010 110001

Color Harmonies of #ED570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED570C

Black with #ED570C

Text Example


Text Example

White with #ED570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED570C; }

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

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

background-color css

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

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

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

border-color css

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

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

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