Html Css Color HEX #ED5108 Persimmon

📋 copy color: '#ED5108'

red 237 ◦ green 81 ◦ blue 8

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

Shades of Persimmon #ED5108

Tints of Persimmon #ED5108

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.85%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 72.7%
G = 24.85%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED5108 (or 0xED5108) is known color: Persimmon. HEX triplet: ED, 51 and 08. RGB value is (237,81,8). Sum of RGB (Red+Green+Blue) = 237+81+8=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5108 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5108 is #12AEF7. Grayscale: #777777. Windows color (decimal): -1224440 or 545261. OLE color: 545261.

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

Color convert

RGB 237 81 8 -
CMYK 0 0.66 0.97 0.07
HSL 19.13º 0.93% 0.48% -
HSV(B) 19.13º 0.97% 0.93% -
XYZ 37.91 23.91 2.85 -
YUV 119.32 65.18 211.94 -
System Red Green Blue C M Y K H S L
Decimal 237 81 8 0 0.66 0.97 0.07 19.13 0.93 0.48
Hex ED 51 8 0 42 61 7 13 5D 30
Octal 355 121 10 0 102 141 7 23 135 60
Binary 11101101 1010001 1000 0 1000010 1100001 111 10011 1011101 110000

Color Harmonies of #ED5108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5108

Black with #ED5108

Text Example


Text Example

White with #ED5108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5108; }

 p { color: rgb(237,81,8); }

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

background-color css

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

 a { background-color: rgb(237,81,8); }

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

border-color css

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

 span { border-color: rgb(237,81,8); }

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