Html Css Color HEX #ECEC2D Golden Fizz

📋 copy color: '#ECEC2D'

red 236 ◦ green 236 ◦ blue 45

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

Shades of Golden Fizz #ECEC2D

Tints of Golden Fizz #ECEC2D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.65%

 BLUE value IS 45 (17.97% from 255) = 8.7%

R = 45.65%
G = 45.65%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECEC2D (or 0xECEC2D) is known color: Golden Fizz. HEX triplet: EC, EC and 2D. RGB value is (236,236,45). Sum of RGB (Red+Green+Blue) = 236+236+45=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 45 (17.97% from 255 or 8.70% from 517); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC2D is #1313D2. Grayscale: #D6D6D6. Windows color (decimal): -1250259 or 3009772. OLE color: 3009772.

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

Color convert

RGB 236 236 45 -
CMYK 0 0 0.81 0.07
HSL 60º 0.83% 0.55% -
HSV(B) 60º 0.81% 0.93% -
XYZ 65.06 78.01 14.11 -
YUV 214.23 32.5 143.53 -
System Red Green Blue C M Y K H S L
Decimal 236 236 45 0 0 0.81 0.07 60 0.83 0.55
Hex EC EC 2D 0 0 51 7 3C 53 37
Octal 354 354 55 0 0 121 7 74 123 67
Binary 11101100 11101100 101101 0 0 1010001 111 111100 1010011 110111

Color Harmonies of #ECEC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC2D

Black with #ECEC2D

Text Example


Text Example

White with #ECEC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC2D; }

 p { color: rgb(236,236,45); }

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

background-color css

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

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

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

border-color css

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

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

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