Html Css Color HEX #ED6407 Persimmon

📋 copy color: '#ED6407'

red 237 ◦ green 100 ◦ blue 7

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

Shades of Persimmon #ED6407

Tints of Persimmon #ED6407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.07%

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

R = 68.9%
G = 29.07%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED6407 (or 0xED6407) is known color: Persimmon. HEX triplet: ED, 64 and 07. RGB value is (237,100,7). Sum of RGB (Red+Green+Blue) = 237+100+7=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6407 is #129BF8. Grayscale: #828282. Windows color (decimal): -1219577 or 484589. OLE color: 484589.

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

Color convert

RGB 237 100 7 -
CMYK 0 0.58 0.97 0.07
HSL 24.26º 0.94% 0.48% -
HSV(B) 24.26º 0.97% 0.93% -
XYZ 39.52 27.13 3.36 -
YUV 130.36 58.39 204.06 -
System Red Green Blue C M Y K H S L
Decimal 237 100 7 0 0.58 0.97 0.07 24.26 0.94 0.48
Hex ED 64 7 0 3A 61 7 18 5E 30
Octal 355 144 7 0 72 141 7 30 136 60
Binary 11101101 1100100 111 0 111010 1100001 111 11000 1011110 110000

Color Harmonies of #ED6407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6407

Black with #ED6407

Text Example


Text Example

White with #ED6407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6407; }

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

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

background-color css

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

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

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

border-color css

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

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

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