Html Css Color HEX #ECC94B Festival

📋 copy color: '#ECC94B'

red 236 ◦ green 201 ◦ blue 75

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

Shades of Festival #ECC94B

Tints of Festival #ECC94B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.26%

 BLUE value IS 75 (29.69% from 255) = 14.65%

R = 46.09%
G = 39.26%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECC94B (or 0xECC94B) is known color: Festival. HEX triplet: EC, C9 and 4B. RGB value is (236,201,75). Sum of RGB (Red+Green+Blue) = 236+201+75=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC94B is #1336B4. Grayscale: #C5C5C5. Windows color (decimal): -1259189 or 4966892. OLE color: 4966892.

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

Color convert

RGB 236 201 75 -
CMYK 0 0.15 0.68 0.07
HSL 46.96º 0.81% 0.61% -
HSV(B) 46.96º 0.68% 0.93% -
XYZ 56.75 60.11 15.27 -
YUV 197.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 236 201 75 0 0.15 0.68 0.07 46.96 0.81 0.61
Hex EC C9 4B 0 F 44 7 2F 51 3D
Octal 354 311 113 0 17 104 7 57 121 75
Binary 11101100 11001001 1001011 0 1111 1000100 111 101111 1010001 111101

Color Harmonies of #ECC94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC94B

Black with #ECC94B

Text Example


Text Example

White with #ECC94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC94B; }

 p { color: rgb(236,201,75); }

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

background-color css

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

 a { background-color: rgb(236,201,75); }

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

border-color css

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

 span { border-color: rgb(236,201,75); }

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