Html Css Color HEX #ED580A Persimmon

📋 copy color: '#ED580A'

red 237 ◦ green 88 ◦ blue 10

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

Shades of Persimmon #ED580A

Tints of Persimmon #ED580A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.27%

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

R = 70.75%
G = 26.27%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED580A (or 0xED580A) is known color: Persimmon. HEX triplet: ED, 58 and 0A. RGB value is (237,88,10). Sum of RGB (Red+Green+Blue) = 237+88+10=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED580A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED580A is #12A7F5. Grayscale: #7C7C7C. Windows color (decimal): -1222646 or 678125. OLE color: 678125.

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

Color convert

RGB 237 88 10 -
CMYK 0 0.63 0.96 0.07
HSL 20.62º 0.92% 0.48% -
HSV(B) 20.62º 0.96% 0.93% -
XYZ 38.47 25.01 3.09 -
YUV 123.66 63.86 208.84 -
System Red Green Blue C M Y K H S L
Decimal 237 88 10 0 0.63 0.96 0.07 20.62 0.92 0.48
Hex ED 58 A 0 3F 60 7 15 5C 30
Octal 355 130 12 0 77 140 7 25 134 60
Binary 11101101 1011000 1010 0 111111 1100000 111 10101 1011100 110000

Color Harmonies of #ED580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED580A

Black with #ED580A

Text Example


Text Example

White with #ED580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED580A; }

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

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

background-color css

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

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

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

border-color css

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

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

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