Html Css Color HEX #ED501A Persimmon

📋 copy color: '#ED501A'

red 237 ◦ green 80 ◦ blue 26

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

Shades of Persimmon #ED501A

Tints of Persimmon #ED501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.32%

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

R = 69.1%
G = 23.32%
B = 7.58%

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

#ED501A (or 0xED501A) is known color: Persimmon. HEX triplet: ED, 50 and 1A. RGB value is (237,80,26). Sum of RGB (Red+Green+Blue) = 237+80+26=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED501A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED501A is #12AFE5. Grayscale: #797979. Windows color (decimal): -1224678 or 1724653. OLE color: 1724653.

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

Color convert

RGB 237 80 26 -
CMYK 0 0.66 0.89 0.07
HSL 15.36º 0.85% 0.52% -
HSV(B) 15.36º 0.89% 0.93% -
XYZ 37.98 23.82 3.57 -
YUV 120.79 74.51 210.89 -
System Red Green Blue C M Y K H S L
Decimal 237 80 26 0 0.66 0.89 0.07 15.36 0.85 0.52
Hex ED 50 1A 0 42 59 7 F 55 34
Octal 355 120 32 0 102 131 7 17 125 64
Binary 11101101 1010000 11010 0 1000010 1011001 111 1111 1010101 110100

Color Harmonies of #ED501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED501A

Black with #ED501A

Text Example


Text Example

White with #ED501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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