Html Css Color HEX #ED5007 Persimmon

📋 copy color: '#ED5007'

red 237 ◦ green 80 ◦ blue 7

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

Shades of Persimmon #ED5007

Tints of Persimmon #ED5007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

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

R = 73.15%
G = 24.69%
B = 2.16%

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

#ED5007 (or 0xED5007) is known color: Persimmon. HEX triplet: ED, 50 and 07. RGB value is (237,80,7). Sum of RGB (Red+Green+Blue) = 237+80+7=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5007 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5007 is #12AFF8. Grayscale: #777777. Windows color (decimal): -1224697 or 479469. OLE color: 479469.

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

Color convert

RGB 237 80 7 -
CMYK 0 0.66 0.97 0.07
HSL 19.04º 0.94% 0.48% -
HSV(B) 19.04º 0.97% 0.93% -
XYZ 37.83 23.76 2.79 -
YUV 118.62 65.01 212.44 -
System Red Green Blue C M Y K H S L
Decimal 237 80 7 0 0.66 0.97 0.07 19.04 0.94 0.48
Hex ED 50 7 0 42 61 7 13 5E 30
Octal 355 120 7 0 102 141 7 23 136 60
Binary 11101101 1010000 111 0 1000010 1100001 111 10011 1011110 110000

Color Harmonies of #ED5007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5007

Black with #ED5007

Text Example


Text Example

White with #ED5007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5007; }

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

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

background-color css

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

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

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

border-color css

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

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

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