Html Css Color HEX #ED490A Persimmon

📋 copy color: '#ED490A'

red 237 ◦ green 73 ◦ blue 10

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

Shades of Persimmon #ED490A

Tints of Persimmon #ED490A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.81%

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

R = 74.06%
G = 22.81%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED490A (or 0xED490A) is known color: Persimmon. HEX triplet: ED, 49 and 0A. RGB value is (237,73,10). Sum of RGB (Red+Green+Blue) = 237+73+10=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED490A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED490A is #12B6F5. Grayscale: #737373. Windows color (decimal): -1226486 or 674285. OLE color: 674285.

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

Color convert

RGB 237 73 10 -
CMYK 0 0.69 0.96 0.07
HSL 16.65º 0.92% 0.48% -
HSV(B) 16.65º 0.96% 0.93% -
XYZ 37.36 22.79 2.72 -
YUV 114.85 68.83 215.12 -
System Red Green Blue C M Y K H S L
Decimal 237 73 10 0 0.69 0.96 0.07 16.65 0.92 0.48
Hex ED 49 A 0 45 60 7 11 5C 30
Octal 355 111 12 0 105 140 7 21 134 60
Binary 11101101 1001001 1010 0 1000101 1100000 111 10001 1011100 110000

Color Harmonies of #ED490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED490A

Black with #ED490A

Text Example


Text Example

White with #ED490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED490A; }

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

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

background-color css

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

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

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

border-color css

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

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

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