Html Css Color HEX #ED520F Persimmon

📋 copy color: '#ED520F'

red 237 ◦ green 82 ◦ blue 15

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

Shades of Persimmon #ED520F

Tints of Persimmon #ED520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.49%

R = 70.96%
G = 24.55%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED520F (or 0xED520F) is known color: Persimmon. HEX triplet: ED, 52 and 0F. RGB value is (237,82,15). Sum of RGB (Red+Green+Blue) = 237+82+15=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED520F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED520F is #12ADF0. Grayscale: #797979. Windows color (decimal): -1224177 or 1004269. OLE color: 1004269.

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

Color convert

RGB 237 82 15 -
CMYK 0 0.65 0.94 0.07
HSL 18.11º 0.88% 0.49% -
HSV(B) 18.11º 0.94% 0.93% -
XYZ 38.03 24.07 3.09 -
YUV 120.71 68.35 210.95 -
System Red Green Blue C M Y K H S L
Decimal 237 82 15 0 0.65 0.94 0.07 18.11 0.88 0.49
Hex ED 52 F 0 41 5E 7 12 58 31
Octal 355 122 17 0 101 136 7 22 130 61
Binary 11101101 1010010 1111 0 1000001 1011110 111 10010 1011000 110001

Color Harmonies of #ED520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED520F

Black with #ED520F

Text Example


Text Example

White with #ED520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED520F; }

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

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

background-color css

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

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

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

border-color css

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

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

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