Html Css Color HEX #ED500A Persimmon

📋 copy color: '#ED500A'

red 237 ◦ green 80 ◦ blue 10

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

Shades of Persimmon #ED500A

Tints of Persimmon #ED500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.06%

R = 72.48%
G = 24.46%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED500A (or 0xED500A) is known color: Persimmon. HEX triplet: ED, 50 and 0A. RGB value is (237,80,10). Sum of RGB (Red+Green+Blue) = 237+80+10=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED500A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED500A is #12AFF5. Grayscale: #777777. Windows color (decimal): -1224694 or 676077. OLE color: 676077.

HSL color Cylindrical-coordinate representation of color #ED500A: hue angle of 18.5º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED500A is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 80 10 -
CMYK 0 0.66 0.96 0.07
HSL 18.5º 0.92% 0.48% -
HSV(B) 18.5º 0.96% 0.93% -
XYZ 37.85 23.76 2.88 -
YUV 118.96 66.51 212.19 -
System Red Green Blue C M Y K H S L
Decimal 237 80 10 0 0.66 0.96 0.07 18.5 0.92 0.48
Hex ED 50 A 0 42 60 7 13 5C 30
Octal 355 120 12 0 102 140 7 23 134 60
Binary 11101101 1010000 1010 0 1000010 1100000 111 10011 1011100 110000

Color Harmonies of #ED500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED500A

Black with #ED500A

Text Example


Text Example

White with #ED500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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