Html Css Color HEX #ED520C Persimmon

📋 copy color: '#ED520C'

red 237 ◦ green 82 ◦ blue 12

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

Shades of Persimmon #ED520C

Tints of Persimmon #ED520C

RGB

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

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

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

R = 71.6%
G = 24.77%
B = 3.63%

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

#ED520C (or 0xED520C) is known color: Persimmon. HEX triplet: ED, 52 and 0C. RGB value is (237,82,12). Sum of RGB (Red+Green+Blue) = 237+82+12=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED520C is #12ADF3. Grayscale: #787878. Windows color (decimal): -1224180 or 807661. OLE color: 807661.

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

Color convert

RGB 237 82 12 -
CMYK 0 0.65 0.95 0.07
HSL 18.67º 0.9% 0.49% -
HSV(B) 18.67º 0.95% 0.93% -
XYZ 38.01 24.07 2.99 -
YUV 120.37 66.85 211.19 -
System Red Green Blue C M Y K H S L
Decimal 237 82 12 0 0.65 0.95 0.07 18.67 0.9 0.49
Hex ED 52 C 0 41 5F 7 13 5A 31
Octal 355 122 14 0 101 137 7 23 132 61
Binary 11101101 1010010 1100 0 1000001 1011111 111 10011 1011010 110001

Color Harmonies of #ED520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED520C

Black with #ED520C

Text Example


Text Example

White with #ED520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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