Html Css Color HEX #EC6307 Persimmon

📋 copy color: '#EC6307'

red 236 ◦ green 99 ◦ blue 7

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

Shades of Persimmon #EC6307

Tints of Persimmon #EC6307

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.95%

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

R = 69.01%
G = 28.95%
B = 2.05%

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

#EC6307 (or 0xEC6307) is known color: Persimmon. HEX triplet: EC, 63 and 07. RGB value is (236,99,7). Sum of RGB (Red+Green+Blue) = 236+99+7=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6307 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6307 is #139CF8. Grayscale: #818181. Windows color (decimal): -1285369 or 484332. OLE color: 484332.

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

Color convert

RGB 236 99 7 -
CMYK 0 0.58 0.97 0.07
HSL 24.1º 0.94% 0.48% -
HSV(B) 24.1º 0.97% 0.93% -
XYZ 39.09 26.77 3.31 -
YUV 129.48 58.89 203.98 -
System Red Green Blue C M Y K H S L
Decimal 236 99 7 0 0.58 0.97 0.07 24.1 0.94 0.48
Hex EC 63 7 0 3A 61 7 18 5E 30
Octal 354 143 7 0 72 141 7 30 136 60
Binary 11101100 1100011 111 0 111010 1100001 111 11000 1011110 110000

Color Harmonies of #EC6307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6307

Black with #EC6307

Text Example


Text Example

White with #EC6307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6307; }

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

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

background-color css

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

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

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

border-color css

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

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

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