Html Css Color HEX #ECD54C Festival

📋 copy color: '#ECD54C'

red 236 ◦ green 213 ◦ blue 76

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

Shades of Festival #ECD54C

Tints of Festival #ECD54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.57%

 BLUE value IS 76 (30.08% from 255) = 14.48%

R = 44.95%
G = 40.57%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECD54C (or 0xECD54C) is known color: Festival. HEX triplet: EC, D5 and 4C. RGB value is (236,213,76). Sum of RGB (Red+Green+Blue) = 236+213+76=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD54C is #132AB3. Grayscale: #CCCCCC. Windows color (decimal): -1256116 or 5035500. OLE color: 5035500.

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

Color convert

RGB 236 213 76 -
CMYK 0 0.10 0.68 0.07
HSL 51.38º 0.81% 0.61% -
HSV(B) 51.38º 0.68% 0.93% -
XYZ 59.69 65.94 16.42 -
YUV 204.26 55.62 150.64 -
System Red Green Blue C M Y K H S L
Decimal 236 213 76 0 0.10 0.68 0.07 51.38 0.81 0.61
Hex EC D5 4C 0 A 44 7 33 51 3D
Octal 354 325 114 0 12 104 7 63 121 75
Binary 11101100 11010101 1001100 0 1010 1000100 111 110011 1010001 111101

Color Harmonies of #ECD54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD54C

Black with #ECD54C

Text Example


Text Example

White with #ECD54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD54C; }

 p { color: rgb(236,213,76); }

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

background-color css

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

 a { background-color: rgb(236,213,76); }

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

border-color css

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

 span { border-color: rgb(236,213,76); }

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