Html Css Color HEX #ECEC2E Golden Fizz

📋 copy color: '#ECEC2E'

red 236 ◦ green 236 ◦ blue 46

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

Shades of Golden Fizz #ECEC2E

Tints of Golden Fizz #ECEC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.88%

R = 45.56%
G = 45.56%
B = 8.88%

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

#ECEC2E (or 0xECEC2E) is known color: Golden Fizz. HEX triplet: EC, EC and 2E. RGB value is (236,236,46). Sum of RGB (Red+Green+Blue) = 236+236+46=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 46 (18.36% from 255 or 8.88% from 518); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC2E is #1313D1. Grayscale: #D7D7D7. Windows color (decimal): -1250258 or 3075308. OLE color: 3075308.

HSL color Cylindrical-coordinate representation of color #ECEC2E: 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 #ECEC2E is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 236 46 -
CMYK 0 0 0.81 0.07
HSL 60º 0.83% 0.55% -
HSV(B) 60º 0.81% 0.93% -
XYZ 65.08 78.02 14.21 -
YUV 214.34 33 143.45 -
System Red Green Blue C M Y K H S L
Decimal 236 236 46 0 0 0.81 0.07 60 0.83 0.55
Hex EC EC 2E 0 0 51 7 3C 53 37
Octal 354 354 56 0 0 121 7 74 123 67
Binary 11101100 11101100 101110 0 0 1010001 111 111100 1010011 110111

Color Harmonies of #ECEC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC2E

Black with #ECEC2E

Text Example


Text Example

White with #ECEC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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