Html Css Color HEX #ED580F Persimmon

📋 copy color: '#ED580F'

red 237 ◦ green 88 ◦ blue 15

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

Shades of Persimmon #ED580F

Tints of Persimmon #ED580F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.41%

R = 69.71%
G = 25.88%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED580F (or 0xED580F) is known color: Persimmon. HEX triplet: ED, 58 and 0F. RGB value is (237,88,15). Sum of RGB (Red+Green+Blue) = 237+88+15=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED580F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED580F is #12A7F0. Grayscale: #7C7C7C. Windows color (decimal): -1222641 or 1005805. OLE color: 1005805.

HSL color Cylindrical-coordinate representation of color #ED580F: hue angle of 19.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED580F is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 88 15 -
CMYK 0 0.63 0.94 0.07
HSL 19.73º 0.88% 0.49% -
HSV(B) 19.73º 0.94% 0.93% -
XYZ 38.5 25.02 3.25 -
YUV 124.23 66.36 208.44 -
System Red Green Blue C M Y K H S L
Decimal 237 88 15 0 0.63 0.94 0.07 19.73 0.88 0.49
Hex ED 58 F 0 3F 5E 7 14 58 31
Octal 355 130 17 0 77 136 7 24 130 61
Binary 11101101 1011000 1111 0 111111 1011110 111 10100 1011000 110001

Color Harmonies of #ED580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED580F

Black with #ED580F

Text Example


Text Example

White with #ED580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED580F; }

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

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

background-color css

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

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

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

border-color css

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

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

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