Html Css Color HEX #EC6400 Persimmon

📋 copy color: '#EC6400'

red 236 ◦ green 100 ◦ blue 0

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

Shades of Persimmon #EC6400

Tints of Persimmon #EC6400

RGB

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

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

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

R = 70.24%
G = 29.76%
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

#EC6400 (or 0xEC6400) is known color: Persimmon. HEX triplet: EC, 64 and 00. RGB value is (236,100,0). Sum of RGB (Red+Green+Blue) = 236+100+0=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6400 is #139BFF. Grayscale: #818181. Windows color (decimal): -1285120 or 25836. OLE color: 25836.

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

Color convert

RGB 236 100 0 -
CMYK 0 0.58 1 0.07
HSL 25.42º 1% 0.46% -
HSV(B) 25.42º 1% 0.93% -
XYZ 39.15 26.95 3.14 -
YUV 129.26 55.06 204.13 -
System Red Green Blue C M Y K H S L
Decimal 236 100 0 0 0.58 1 0.07 25.42 1 0.46
Hex EC 64 0 0 3A 64 7 19 64 2E
Octal 354 144 0 0 72 144 7 31 144 56
Binary 11101100 1100100 0 0 111010 1100100 111 11001 1100100 101110

Color Harmonies of #EC6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6400

Black with #EC6400

Text Example


Text Example

White with #EC6400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6400; }

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

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

background-color css

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

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

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

border-color css

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

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

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