Html Css Color HEX #ED5107 Persimmon

📋 copy color: '#ED5107'

red 237 ◦ green 81 ◦ blue 7

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

Shades of Persimmon #ED5107

Tints of Persimmon #ED5107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 72.92%
G = 24.92%
B = 2.15%

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

#ED5107 (or 0xED5107) is known color: Persimmon. HEX triplet: ED, 51 and 07. RGB value is (237,81,7). Sum of RGB (Red+Green+Blue) = 237+81+7=325 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.92% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5107 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5107 is #12AEF8. Grayscale: #777777. Windows color (decimal): -1224441 or 479725. OLE color: 479725.

HSL color Cylindrical-coordinate representation of color #ED5107: hue angle of 19.3º degrees, saturation: 0.94, 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 #ED5107 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 81 7 -
CMYK 0 0.66 0.97 0.07
HSL 19.3º 0.94% 0.48% -
HSV(B) 19.3º 0.97% 0.93% -
XYZ 37.91 23.9 2.82 -
YUV 119.21 64.68 212.02 -
System Red Green Blue C M Y K H S L
Decimal 237 81 7 0 0.66 0.97 0.07 19.3 0.94 0.48
Hex ED 51 7 0 42 61 7 13 5E 30
Octal 355 121 7 0 102 141 7 23 136 60
Binary 11101101 1010001 111 0 1000010 1100001 111 10011 1011110 110000

Color Harmonies of #ED5107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5107

Black with #ED5107

Text Example


Text Example

White with #ED5107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5107; }

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

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

background-color css

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

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

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

border-color css

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

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

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