Html Css Color HEX #ED520D Persimmon

📋 copy color: '#ED520D'

red 237 ◦ green 82 ◦ blue 13

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

Shades of Persimmon #ED520D

Tints of Persimmon #ED520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.7%

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 71.39%
G = 24.7%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED520D (or 0xED520D) is known color: Persimmon. HEX triplet: ED, 52 and 0D. RGB value is (237,82,13). Sum of RGB (Red+Green+Blue) = 237+82+13=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED520D is #12ADF2. Grayscale: #787878. Windows color (decimal): -1224179 or 873197. OLE color: 873197.

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

Color convert

RGB 237 82 13 -
CMYK 0 0.65 0.95 0.07
HSL 18.48º 0.9% 0.49% -
HSV(B) 18.48º 0.95% 0.93% -
XYZ 38.01 24.07 3.02 -
YUV 120.48 67.35 211.11 -
System Red Green Blue C M Y K H S L
Decimal 237 82 13 0 0.65 0.95 0.07 18.48 0.9 0.49
Hex ED 52 D 0 41 5F 7 12 5A 31
Octal 355 122 15 0 101 137 7 22 132 61
Binary 11101101 1010010 1101 0 1000001 1011111 111 10010 1011010 110001

Color Harmonies of #ED520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED520D

Black with #ED520D

Text Example


Text Example

White with #ED520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED520D; }

 p { color: rgb(237,82,13); }

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

background-color css

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

 a { background-color: rgb(237,82,13); }

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

border-color css

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

 span { border-color: rgb(237,82,13); }

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