Html Css Color HEX #EC6306 Persimmon

📋 copy color: '#EC6306'

red 236 ◦ green 99 ◦ blue 6

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

Shades of Persimmon #EC6306

Tints of Persimmon #EC6306

RGB

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

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

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

R = 69.21%
G = 29.03%
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

#EC6306 (or 0xEC6306) is known color: Persimmon. HEX triplet: EC, 63 and 06. RGB value is (236,99,6). Sum of RGB (Red+Green+Blue) = 236+99+6=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6306 is #139CF9. Grayscale: #818181. Windows color (decimal): -1285370 or 418796. OLE color: 418796.

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

Color convert

RGB 236 99 6 -
CMYK 0 0.58 0.97 0.07
HSL 24.26º 0.95% 0.47% -
HSV(B) 24.26º 0.97% 0.93% -
XYZ 39.09 26.77 3.28 -
YUV 129.36 58.39 204.06 -
System Red Green Blue C M Y K H S L
Decimal 236 99 6 0 0.58 0.97 0.07 24.26 0.95 0.47
Hex EC 63 6 0 3A 61 7 18 5F 2F
Octal 354 143 6 0 72 141 7 30 137 57
Binary 11101100 1100011 110 0 111010 1100001 111 11000 1011111 101111

Color Harmonies of #EC6306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6306

Black with #EC6306

Text Example


Text Example

White with #EC6306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6306; }

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

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

background-color css

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

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

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

border-color css

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

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

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