Html Css Color HEX #ECD931 Golden Fizz

📋 copy color: '#ECD931'

red 236 ◦ green 217 ◦ blue 49

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

Shades of Golden Fizz #ECD931

Tints of Golden Fizz #ECD931

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.23%

 BLUE value IS 49 (19.53% from 255) = 9.76%

R = 47.01%
G = 43.23%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ECD931 (or 0xECD931) is known color: Golden Fizz. HEX triplet: EC, D9 and 31. RGB value is (236,217,49). Sum of RGB (Red+Green+Blue) = 236+217+49=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 49 (19.53% from 255 or 9.76% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD931 is #1326CE. Grayscale: #CCCCCC. Windows color (decimal): -1255119 or 3267052. OLE color: 3267052.

HSL color Cylindrical-coordinate representation of color #ECD931: hue angle of 53.9º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECD931 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 217 49 -
CMYK 0 0.08 0.79 0.07
HSL 53.9º 0.83% 0.56% -
HSV(B) 53.9º 0.79% 0.93% -
XYZ 59.96 67.68 12.81 -
YUV 203.53 40.79 151.16 -
System Red Green Blue C M Y K H S L
Decimal 236 217 49 0 0.08 0.79 0.07 53.9 0.83 0.56
Hex EC D9 31 0 8 4F 7 36 53 38
Octal 354 331 61 0 10 117 7 66 123 70
Binary 11101100 11011001 110001 0 1000 1001111 111 110110 1010011 111000

Color Harmonies of #ECD931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD931

Black with #ECD931

Text Example


Text Example

White with #ECD931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD931; }

 p { color: rgb(236,217,49); }

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

background-color css

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

 a { background-color: rgb(236,217,49); }

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

border-color css

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

 span { border-color: rgb(236,217,49); }

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