Html Css Color HEX #ECEC2F Golden Fizz

📋 copy color: '#ECEC2F'

red 236 ◦ green 236 ◦ blue 47

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

Shades of Golden Fizz #ECEC2F

Tints of Golden Fizz #ECEC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.06%

R = 45.47%
G = 45.47%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECEC2F (or 0xECEC2F) is known color: Golden Fizz. HEX triplet: EC, EC and 2F. RGB value is (236,236,47). Sum of RGB (Red+Green+Blue) = 236+236+47=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 47 (18.75% from 255 or 9.06% from 519); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC2F is #1313D0. Grayscale: #D7D7D7. Windows color (decimal): -1250257 or 3140844. OLE color: 3140844.

HSL color Cylindrical-coordinate representation of color #ECEC2F: 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.8%. Process color model (Four color, CMYK) of #ECEC2F is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 236 47 -
CMYK 0 0 0.80 0.07
HSL 60º 0.83% 0.55% -
HSV(B) 60º 0.8% 0.93% -
XYZ 65.1 78.03 14.32 -
YUV 214.45 33.5 143.37 -
System Red Green Blue C M Y K H S L
Decimal 236 236 47 0 0 0.80 0.07 60 0.83 0.55
Hex EC EC 2F 0 0 50 7 3C 53 37
Octal 354 354 57 0 0 120 7 74 123 67
Binary 11101100 11101100 101111 0 0 1010000 111 111100 1010011 110111

Color Harmonies of #ECEC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC2F

Black with #ECEC2F

Text Example


Text Example

White with #ECEC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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