Html Css Color HEX #EC6300 Persimmon

📋 copy color: '#EC6300'

red 236 ◦ green 99 ◦ blue 0

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

Shades of Persimmon #EC6300

Tints of Persimmon #EC6300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.45%
G = 29.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC6300 (or 0xEC6300) is known color: Persimmon. HEX triplet: EC, 63 and 00. RGB value is (236,99,0). Sum of RGB (Red+Green+Blue) = 236+99+0=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6300 is #139CFF. Grayscale: #818181. Windows color (decimal): -1285376 or 25580. OLE color: 25580.

HSL color Cylindrical-coordinate representation of color #EC6300: hue angle of 25.17º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC6300 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 99 0 -
CMYK 0 0.58 1 0.07
HSL 25.17º 1% 0.46% -
HSV(B) 25.17º 1% 0.93% -
XYZ 39.05 26.76 3.11 -
YUV 128.68 55.39 204.55 -
System Red Green Blue C M Y K H S L
Decimal 236 99 0 0 0.58 1 0.07 25.17 1 0.46
Hex EC 63 0 0 3A 64 7 19 64 2E
Octal 354 143 0 0 72 144 7 31 144 56
Binary 11101100 1100011 0 0 111010 1100100 111 11001 1100100 101110

Color Harmonies of #EC6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6300

Black with #EC6300

Text Example


Text Example

White with #EC6300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6300; }

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

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

background-color css

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

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

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

border-color css

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

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

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