Html Css Color HEX #ECC645 Festival

📋 copy color: '#ECC645'

red 236 ◦ green 198 ◦ blue 69

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

Shades of Festival #ECC645

Tints of Festival #ECC645

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.36%

 BLUE value IS 69 (27.34% from 255) = 13.72%

R = 46.92%
G = 39.36%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ECC645 (or 0xECC645) is known color: Festival. HEX triplet: EC, C6 and 45. RGB value is (236,198,69). Sum of RGB (Red+Green+Blue) = 236+198+69=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC645 is #1339BA. Grayscale: #C3C3C3. Windows color (decimal): -1259963 or 4572908. OLE color: 4572908.

HSL color Cylindrical-coordinate representation of color #ECC645: hue angle of 46.35º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECC645 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 198 69 -
CMYK 0 0.16 0.71 0.07
HSL 46.35º 0.81% 0.6% -
HSV(B) 46.35º 0.71% 0.93% -
XYZ 55.86 58.65 14.01 -
YUV 194.66 57.09 157.49 -
System Red Green Blue C M Y K H S L
Decimal 236 198 69 0 0.16 0.71 0.07 46.35 0.81 0.6
Hex EC C6 45 0 10 47 7 2E 51 3C
Octal 354 306 105 0 20 107 7 56 121 74
Binary 11101100 11000110 1000101 0 10000 1000111 111 101110 1010001 111100

Color Harmonies of #ECC645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC645

Black with #ECC645

Text Example


Text Example

White with #ECC645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC645; }

 p { color: rgb(236,198,69); }

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

background-color css

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

 a { background-color: rgb(236,198,69); }

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

border-color css

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

 span { border-color: rgb(236,198,69); }

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