Html Css Color HEX #ECC745 Festival

📋 copy color: '#ECC745'

red 236 ◦ green 199 ◦ blue 69

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

Shades of Festival #ECC745

Tints of Festival #ECC745

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.48%

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

R = 46.83%
G = 39.48%
B = 13.69%

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

#ECC745 (or 0xECC745) is known color: Festival. HEX triplet: EC, C7 and 45. RGB value is (236,199,69). Sum of RGB (Red+Green+Blue) = 236+199+69=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC745 is #1338BA. Grayscale: #C3C3C3. Windows color (decimal): -1259707 or 4573164. OLE color: 4573164.

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

Color convert

RGB 236 199 69 -
CMYK 0 0.16 0.71 0.07
HSL 46.71º 0.81% 0.6% -
HSV(B) 46.71º 0.71% 0.93% -
XYZ 56.09 59.11 14.08 -
YUV 195.24 56.76 157.07 -
System Red Green Blue C M Y K H S L
Decimal 236 199 69 0 0.16 0.71 0.07 46.71 0.81 0.6
Hex EC C7 45 0 10 47 7 2F 51 3C
Octal 354 307 105 0 20 107 7 57 121 74
Binary 11101100 11000111 1000101 0 10000 1000111 111 101111 1010001 111100

Color Harmonies of #ECC745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC745

Black with #ECC745

Text Example


Text Example

White with #ECC745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC745; }

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

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

background-color css

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

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

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

border-color css

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

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

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