Html Css Color HEX #EC6614 Persimmon

📋 copy color: '#EC6614'

red 236 ◦ green 102 ◦ blue 20

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

Shades of Persimmon #EC6614

Tints of Persimmon #EC6614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.49%

 BLUE value IS 20 (8.2% from 255) = 5.59%

R = 65.92%
G = 28.49%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC6614 (or 0xEC6614) is known color: Persimmon. HEX triplet: EC, 66 and 14. RGB value is (236,102,20). Sum of RGB (Red+Green+Blue) = 236+102+20=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6614 is #1399EB. Grayscale: #858585. Windows color (decimal): -1284588 or 1337068. OLE color: 1337068.

HSL color Cylindrical-coordinate representation of color #EC6614: hue angle of 22.78º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC6614 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 102 20 -
CMYK 0 0.57 0.92 0.07
HSL 22.78º 0.85% 0.5% -
HSV(B) 22.78º 0.92% 0.93% -
XYZ 39.47 27.39 3.87 -
YUV 132.72 64.39 201.67 -
System Red Green Blue C M Y K H S L
Decimal 236 102 20 0 0.57 0.92 0.07 22.78 0.85 0.5
Hex EC 66 14 0 39 5C 7 17 55 32
Octal 354 146 24 0 71 134 7 27 125 62
Binary 11101100 1100110 10100 0 111001 1011100 111 10111 1010101 110010

Color Harmonies of #EC6614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6614

Black with #EC6614

Text Example


Text Example

White with #EC6614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6614; }

 p { color: rgb(236,102,20); }

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

background-color css

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

 a { background-color: rgb(236,102,20); }

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

border-color css

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

 span { border-color: rgb(236,102,20); }

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