Html Css Color HEX #ECCD46 Festival

📋 copy color: '#ECCD46'

red 236 ◦ green 205 ◦ blue 70

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

Shades of Festival #ECCD46

Tints of Festival #ECCD46

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.12%

 BLUE value IS 70 (27.73% from 255) = 13.7%

R = 46.18%
G = 40.12%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECCD46 (or 0xECCD46) is known color: Festival. HEX triplet: EC, CD and 46. RGB value is (236,205,70). Sum of RGB (Red+Green+Blue) = 236+205+70=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 70 (27.73% from 255 or 13.70% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD46 is #1332B9. Grayscale: #C7C7C7. Windows color (decimal): -1258170 or 4640236. OLE color: 4640236.

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

Color convert

RGB 236 205 70 -
CMYK 0 0.13 0.70 0.07
HSL 48.8º 0.81% 0.6% -
HSV(B) 48.8º 0.7% 0.93% -
XYZ 57.53 61.94 14.72 -
YUV 198.88 55.27 154.48 -
System Red Green Blue C M Y K H S L
Decimal 236 205 70 0 0.13 0.70 0.07 48.8 0.81 0.6
Hex EC CD 46 0 D 46 7 31 51 3C
Octal 354 315 106 0 15 106 7 61 121 74
Binary 11101100 11001101 1000110 0 1101 1000110 111 110001 1010001 111100

Color Harmonies of #ECCD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD46

Black with #ECCD46

Text Example


Text Example

White with #ECCD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD46; }

 p { color: rgb(236,205,70); }

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

background-color css

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

 a { background-color: rgb(236,205,70); }

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

border-color css

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

 span { border-color: rgb(236,205,70); }

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