Html Css Color HEX #EC6206 Persimmon

📋 copy color: '#EC6206'

red 236 ◦ green 98 ◦ blue 6

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

Shades of Persimmon #EC6206

Tints of Persimmon #EC6206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

 BLUE value IS 6 (2.73% from 255) = 1.76%

R = 69.41%
G = 28.82%
B = 1.76%

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

#EC6206 (or 0xEC6206) is known color: Persimmon. HEX triplet: EC, 62 and 06. RGB value is (236,98,6). Sum of RGB (Red+Green+Blue) = 236+98+6=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6206 is #139DF9. Grayscale: #818181. Windows color (decimal): -1285626 or 418540. OLE color: 418540.

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

Color convert

RGB 236 98 6 -
CMYK 0 0.58 0.97 0.07
HSL 24º 0.95% 0.47% -
HSV(B) 24º 0.97% 0.93% -
XYZ 38.99 26.58 3.25 -
YUV 128.77 58.72 204.48 -
System Red Green Blue C M Y K H S L
Decimal 236 98 6 0 0.58 0.97 0.07 24 0.95 0.47
Hex EC 62 6 0 3A 61 7 18 5F 2F
Octal 354 142 6 0 72 141 7 30 137 57
Binary 11101100 1100010 110 0 111010 1100001 111 11000 1011111 101111

Color Harmonies of #EC6206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6206

Black with #EC6206

Text Example


Text Example

White with #EC6206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6206; }

 p { color: rgb(236,98,6); }

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

background-color css

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

 a { background-color: rgb(236,98,6); }

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

border-color css

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

 span { border-color: rgb(236,98,6); }

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