Html Css Color HEX #EC6407 Persimmon

📋 copy color: '#EC6407'

red 236 ◦ green 100 ◦ blue 7

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

Shades of Persimmon #EC6407

Tints of Persimmon #EC6407

RGB

 RED value IS 236 (92.58% from 255) = 68.8%

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

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

R = 68.8%
G = 29.15%
B = 2.04%

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

#EC6407 (or 0xEC6407) is known color: Persimmon. HEX triplet: EC, 64 and 07. RGB value is (236,100,7). Sum of RGB (Red+Green+Blue) = 236+100+7=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6407 is #139BF8. Grayscale: #828282. Windows color (decimal): -1285113 or 484588. OLE color: 484588.

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

Color convert

RGB 236 100 7 -
CMYK 0 0.58 0.97 0.07
HSL 24.37º 0.94% 0.48% -
HSV(B) 24.37º 0.97% 0.93% -
XYZ 39.19 26.96 3.34 -
YUV 130.06 58.56 203.56 -
System Red Green Blue C M Y K H S L
Decimal 236 100 7 0 0.58 0.97 0.07 24.37 0.94 0.48
Hex EC 64 7 0 3A 61 7 18 5E 30
Octal 354 144 7 0 72 141 7 30 136 60
Binary 11101100 1100100 111 0 111010 1100001 111 11000 1011110 110000

Color Harmonies of #EC6407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6407

Black with #EC6407

Text Example


Text Example

White with #EC6407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6407; }

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

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

background-color css

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

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

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

border-color css

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

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

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