Html Css Color HEX #ED520B Persimmon

📋 copy color: '#ED520B'

red 237 ◦ green 82 ◦ blue 11

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

Shades of Persimmon #ED520B

Tints of Persimmon #ED520B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.33%

R = 71.82%
G = 24.85%
B = 3.33%

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

#ED520B (or 0xED520B) is known color: Persimmon. HEX triplet: ED, 52 and 0B. RGB value is (237,82,11). Sum of RGB (Red+Green+Blue) = 237+82+11=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED520B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED520B is #12ADF4. Grayscale: #787878. Windows color (decimal): -1224181 or 742125. OLE color: 742125.

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

Color convert

RGB 237 82 11 -
CMYK 0 0.65 0.95 0.07
HSL 18.85º 0.91% 0.49% -
HSV(B) 18.85º 0.95% 0.93% -
XYZ 38 24.06 2.96 -
YUV 120.25 66.35 211.27 -
System Red Green Blue C M Y K H S L
Decimal 237 82 11 0 0.65 0.95 0.07 18.85 0.91 0.49
Hex ED 52 B 0 41 5F 7 13 5B 31
Octal 355 122 13 0 101 137 7 23 133 61
Binary 11101101 1010010 1011 0 1000001 1011111 111 10011 1011011 110001

Color Harmonies of #ED520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED520B

Black with #ED520B

Text Example


Text Example

White with #ED520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED520B; }

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

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

background-color css

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

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

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

border-color css

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

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

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