Html Css Color HEX #ED521B Persimmon

📋 copy color: '#ED521B'

red 237 ◦ green 82 ◦ blue 27

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

Shades of Persimmon #ED521B

Tints of Persimmon #ED521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.8%

R = 68.5%
G = 23.7%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED521B (or 0xED521B) is known color: Persimmon. HEX triplet: ED, 52 and 1B. RGB value is (237,82,27). Sum of RGB (Red+Green+Blue) = 237+82+27=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED521B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED521B is #12ADE4. Grayscale: #7A7A7A. Windows color (decimal): -1224165 or 1790701. OLE color: 1790701.

HSL color Cylindrical-coordinate representation of color #ED521B: hue angle of 15.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED521B is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 82 27 -
CMYK 0 0.65 0.89 0.07
HSL 15.71º 0.85% 0.52% -
HSV(B) 15.71º 0.89% 0.93% -
XYZ 38.14 24.12 3.68 -
YUV 122.08 74.35 209.97 -
System Red Green Blue C M Y K H S L
Decimal 237 82 27 0 0.65 0.89 0.07 15.71 0.85 0.52
Hex ED 52 1B 0 41 59 7 10 55 34
Octal 355 122 33 0 101 131 7 20 125 64
Binary 11101101 1010010 11011 0 1000001 1011001 111 10000 1010101 110100

Color Harmonies of #ED521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED521B

Black with #ED521B

Text Example


Text Example

White with #ED521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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