Html Css Color HEX #ED511A Persimmon

📋 copy color: '#ED511A'

red 237 ◦ green 81 ◦ blue 26

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

Shades of Persimmon #ED511A

Tints of Persimmon #ED511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.55%

 BLUE value IS 26 (10.55% from 255) = 7.56%

R = 68.9%
G = 23.55%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED511A (or 0xED511A) is known color: Persimmon. HEX triplet: ED, 51 and 1A. RGB value is (237,81,26). Sum of RGB (Red+Green+Blue) = 237+81+26=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED511A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED511A is #12AEE5. Grayscale: #797979. Windows color (decimal): -1224422 or 1724909. OLE color: 1724909.

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

Color convert

RGB 237 81 26 -
CMYK 0 0.66 0.89 0.07
HSL 15.64º 0.85% 0.52% -
HSV(B) 15.64º 0.89% 0.93% -
XYZ 38.05 23.96 3.6 -
YUV 121.37 74.18 210.47 -
System Red Green Blue C M Y K H S L
Decimal 237 81 26 0 0.66 0.89 0.07 15.64 0.85 0.52
Hex ED 51 1A 0 42 59 7 10 55 34
Octal 355 121 32 0 102 131 7 20 125 64
Binary 11101101 1010001 11010 0 1000010 1011001 111 10000 1010101 110100

Color Harmonies of #ED511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED511A

Black with #ED511A

Text Example


Text Example

White with #ED511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED511A; }

 p { color: rgb(237,81,26); }

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

background-color css

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

 a { background-color: rgb(237,81,26); }

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

border-color css

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

 span { border-color: rgb(237,81,26); }

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